comparison tests/libcommon/size/CMakeLists.txt @ 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 4b292c20124c
children f28cb6d04731
comparison
equal deleted inserted replaced
181:fbfc2555bda5 182:3107ce017c3a
15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 # 17 #
18 18
19 malikania_create_test( 19 malikania_create_test(
20 NAME size 20 NAME size
21 LIBRARIES libmlk-common 21 LIBRARIES libmlk-common
22 SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp 22 SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp
23 ) 23 )