Fixed the build system
This commit is contained in:
parent
c22e97dbdf
commit
35f48fd7c0
2 changed files with 2 additions and 4 deletions
|
@ -15,7 +15,7 @@ add_subdirectory(submodules/SDL_ttf EXCLUDE_FROM_ALL)
|
|||
add_subdirectory(submodules/utilitiec EXCLUDE_FROM_ALL)
|
||||
|
||||
# Create your game executable target as usual
|
||||
add_executable(hello WIN32 hello.c SDL_FPSCounter.c)
|
||||
add_executable(partikle WIN32 main.c SDL_FPSCounter.c)
|
||||
|
||||
# Link to the actual SDL3 library.
|
||||
target_link_libraries(hello PRIVATE SDL3_ttf::SDL3_ttf SDL3::SDL3 QuadTree allocator-interface rand m)
|
||||
target_link_libraries(partikle PRIVATE SDL3_ttf::SDL3_ttf SDL3::SDL3 QuadTree allocator-interface rand m)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue