mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 02:36:40 -04:00
trying to debug, additional rewrites
This commit is contained in:
parent
378b5586ab
commit
42f780a729
87 changed files with 1771 additions and 529 deletions
|
@ -1,6 +1,8 @@
|
|||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/tests/)
|
||||
|
||||
set(testFiles sdl_minimal_test.cpp sdl_surface_test.cpp
|
||||
set(testFiles sdl_minimal_test.cpp sdl_surface_test.cpp
|
||||
sdl_mouse.cpp
|
||||
sdl_update_texture.cpp
|
||||
)
|
||||
|
||||
foreach (testFile ${testFiles})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue