Skip to content

Commit

Permalink
Remove vector classes and update xmake
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Feb 23, 2021
1 parent 5ecb5d2 commit d6e94c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 123 deletions.
114 changes: 0 additions & 114 deletions Code/core/include/Vector3.hpp

This file was deleted.

7 changes: 0 additions & 7 deletions Code/core/src/Vector3.cpp

This file was deleted.

4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ set_languages("cxx17")

set_xmakever("2.5.1")

add_requires("mimalloc", "hopscotch-map", {configs = {rltgenrandom = true }})
add_requires("catch2")
add_requires("mimalloc", "hopscotch-map", "catch2")
add_requireconfs("mimalloc", {configs = {rltgenrandom = true}})

add_rules("mode.debug","mode.releasedbg", "mode.release")
add_rules("plugin.vsxmake.autoupdate")
Expand Down

0 comments on commit d6e94c2

Please sign in to comment.