[Build] Convert build system to raw cmake and remove premake layer
This commit is contained in:
3
src/xenia/base/testing/CMakeLists.txt
Normal file
3
src/xenia/base/testing/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
xe_test_suite(xenia-base-tests ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
LINKS fmt xenia-base
|
||||
)
|
||||
@@ -1,9 +0,0 @@
|
||||
project_root = "../../../.."
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
test_suite("xenia-base-tests", project_root, ".", {
|
||||
links = {
|
||||
"fmt",
|
||||
"xenia-base",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user