From c1bd6eb3683ecc8a5a9b8b172e1bded9adb5c036 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Thu, 18 Dec 2014 14:02:05 +0000 Subject: [PATCH] Update CMakeLists.txt --- source/test/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/test/CMakeLists.txt b/source/test/CMakeLists.txt index c212c3a..2ff0923 100644 --- a/source/test/CMakeLists.txt +++ b/source/test/CMakeLists.txt @@ -6,7 +6,6 @@ project( ttrts-test ) include_directories( ../game ../maths - ../ui ) set( SOURCES @@ -16,4 +15,4 @@ set( SOURCES # Add the executable add_executable( ttrts-test ${SOURCES} ) -target_link_libraries( ttrts-test game ui ) \ No newline at end of file +target_link_libraries( ttrts-test game ui )