Create basic SDL2 application
This commit is contained in:
8
app/CMakeLists.txt
Normal file
8
app/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
add_executable(game
|
||||
main.c
|
||||
)
|
||||
set_default_target_options(game)
|
||||
target_include_directories(game PUBLIC include)
|
||||
|
||||
target_link_libraries(game
|
||||
PRIVATE SDL2::SDL2 SDL2::SDL2main)
|
||||
Reference in New Issue
Block a user