Move the board code out to ui as it's only for board visualisation
This commit is contained in:
parent
a17a9db2ad
commit
2abd4ad832
9 changed files with 39 additions and 13 deletions
|
@ -6,6 +6,7 @@ project( ttrts-test )
|
|||
include_directories(
|
||||
../game
|
||||
../maths
|
||||
../ui
|
||||
)
|
||||
|
||||
set( SOURCES
|
||||
|
@ -18,4 +19,4 @@ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11" )
|
|||
# Add the executable
|
||||
add_executable( ttrts-test ${SOURCES} )
|
||||
|
||||
target_link_libraries( ttrts-test game )
|
||||
target_link_libraries( ttrts-test game ui )
|
Loading…
Add table
Add a link
Reference in a new issue