summaryrefslogtreecommitdiff
path: root/src/game/CMakeLists.txt
blob: 89cd1f0f7226e7b737df75fe5e563fa92eb63d4b (plain) (blame)
1
2
3
add_library(game "src/game.c")
target_include_directories(game PUBLIC "inc")
target_link_libraries(game PRIVATE gfx)