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 )