[client] moved spice into a seperate repository

This commit is contained in:
Geoffrey McRae
2020-01-31 21:39:57 +11:00
parent 0ca760fad6
commit 0b7f422d5d
13 changed files with 14 additions and 2174 deletions

View File

@@ -52,8 +52,8 @@ set(SOURCES
src/app.c
)
add_subdirectory("${PROJECT_TOP}/common" "${CMAKE_BINARY_DIR}/common")
add_subdirectory("${PROJECT_TOP}/LGMP/lgmp" "${CMAKE_BINARY_DIR}/lgmp" )
add_subdirectory("${PROJECT_TOP}/common" "${CMAKE_BINARY_DIR}/common")
add_subdirectory("${PROJECT_TOP}/repos/LGMP/lgmp" "${CMAKE_BINARY_DIR}/lgmp" )
add_subdirectory(platform)
if(WIN32)