Update CMakeLists.txt

This commit is contained in:
Marc Di Luzio 2014-12-18 14:02:05 +00:00
parent fed4c4a054
commit c1bd6eb368

View file

@ -6,7 +6,6 @@ project( ttrts-test )
include_directories( include_directories(
../game ../game
../maths ../maths
../ui
) )
set( SOURCES set( SOURCES
@ -16,4 +15,4 @@ set( SOURCES
# Add the executable # Add the executable
add_executable( ttrts-test ${SOURCES} ) add_executable( ttrts-test ${SOURCES} )
target_link_libraries( ttrts-test game ui ) target_link_libraries( ttrts-test game ui )