diff cmake/function/MalikaniaDefineTest.cmake @ 182:3107ce017c3a

Misc: switch back to SDL Qt Quick and QML was an exciting experiment but it's definitely not enough flexible and easy to use for game development. Using SDL2 will let us focusing on our own drawing functions without any kind of overhead. While here, start massive cleanup.
author David Demelier <markand@malikania.fr>
date Fri, 19 Oct 2018 20:18:19 +0200
parents 3e3040d085b5
children 387f6b0a5420
line wrap: on
line diff
--- a/cmake/function/MalikaniaDefineTest.cmake	Fri Oct 12 20:24:40 2018 +0200
+++ b/cmake/function/MalikaniaDefineTest.cmake	Fri Oct 19 20:18:19 2018 +0200
@@ -108,5 +108,7 @@
         Boost::unit_test_framework
     )
 
+    add_dependencies(tests test-${TEST_NAME})
+
     malikania_vera_check(test-${TEST_NAME} "${TEST_SOURCES}")
 endfunction()