Separate engine and game
This commit is contained in:
4
engine/tests/CMakeLists.txt
Normal file
4
engine/tests/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
project(BreezeTests)
|
||||
|
||||
add_executable(window_test window_test.c)
|
||||
target_link_libraries(window_test LINK_PRIVATE Breeze)
|
||||
Reference in New Issue
Block a user