Restructure game to use engine
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
add_executable(game
|
||||
main.c
|
||||
)
|
||||
add_executable(game main.c)
|
||||
set_default_target_options(game)
|
||||
target_include_directories(game PUBLIC include)
|
||||
|
||||
target_link_libraries(game PRIVATE
|
||||
engine
|
||||
m
|
||||
LibXml2::LibXml2
|
||||
SDL2::SDL2
|
||||
|
||||
Reference in New Issue
Block a user