move them around
This commit is contained in:
parent
21fb0b9116
commit
53c4ce436a
5 changed files with 57 additions and 58 deletions
|
|
@ -5,12 +5,14 @@ include(GNUInstallDirs)
|
|||
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}")
|
||||
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||
|
||||
include_directories(external/stb external/lz4)
|
||||
include_directories(external/stb)
|
||||
|
||||
set(MW_INSTALL_HEADERS OFF)
|
||||
add_subdirectory(external/milsko)
|
||||
|
||||
add_subdirectory(submodule/milsko)
|
||||
|
||||
add_subdirectory(external/lz4)
|
||||
add_subdirectory(external/ode)
|
||||
|
||||
add_subdirectory(engine)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue