comparison 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
comparison
equal deleted inserted replaced
164:a3ba00cdaa7c 165:3e3040d085b5
106 ${TEST_LIBRARIES} 106 ${TEST_LIBRARIES}
107 Boost::boost 107 Boost::boost
108 Boost::unit_test_framework 108 Boost::unit_test_framework
109 ) 109 )
110 110
111 add_dependencies(tests test-${TEST_NAME})
112
113 malikania_vera_check(test-${TEST_NAME} "${TEST_SOURCES}") 111 malikania_vera_check(test-${TEST_NAME} "${TEST_SOURCES}")
114 endfunction() 112 endfunction()