diff cmake/function/MalikaniaDefineTest.cmake @ 165:3e3040d085b5

Misc: reset to a new target Malikania is no longer a MMORPG engine but only a game. Creating an engine is too feature specific and hard to provide customizations without complex code. We also don't ship any Javascript bindings anymore and will use Qt 5 and QML for client side to avoid reinventing a UI toolkit. The server side is less impacted and will only take modifications in the database code which now has explicit PostgreSQL runtime dependency instead of writing a complex generic database backend.
author David Demelier <markand@malikania.fr>
date Tue, 19 Jun 2018 21:01:01 +0200
parents a99a7db489bd
children 3107ce017c3a
line wrap: on
line diff
--- a/cmake/function/MalikaniaDefineTest.cmake	Sat Mar 17 14:36:14 2018 +0100
+++ b/cmake/function/MalikaniaDefineTest.cmake	Tue Jun 19 21:01:01 2018 +0200
@@ -108,7 +108,5 @@
         Boost::unit_test_framework
     )
 
-    add_dependencies(tests test-${TEST_NAME})
-
     malikania_vera_check(test-${TEST_NAME} "${TEST_SOURCES}")
 endfunction()