Move libs to a new directory
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11598 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
bdf50e6ae2
commit
011d6c98f0
@ -25,17 +25,17 @@ set(STK_INSTALL_DATA_DIR "share/supertuxkart" CACHE
|
|||||||
STRING "Install data folder to this directory, absolute or relative to CMAKE_INSTALL_PREFIX")
|
STRING "Install data folder to this directory, absolute or relative to CMAKE_INSTALL_PREFIX")
|
||||||
|
|
||||||
# Build the Bullet physics library
|
# Build the Bullet physics library
|
||||||
add_subdirectory("${STK_SOURCE_DIR}/bullet")
|
add_subdirectory("${PROJECT_SOURCE_DIR}/lib/bullet")
|
||||||
include_directories("${STK_SOURCE_DIR}/bullet/src")
|
include_directories("${PROJECT_SOURCE_DIR}/lib/bullet/src")
|
||||||
|
|
||||||
# Build the ENet UDP network library
|
# Build the ENet UDP network library
|
||||||
add_subdirectory("${STK_SOURCE_DIR}/enet")
|
add_subdirectory("${PROJECT_SOURCE_DIR}/lib/enet")
|
||||||
include_directories("${STK_SOURCE_DIR}/enet/include")
|
include_directories("${PROJECT_SOURCE_DIR}/lib/enet/include")
|
||||||
|
|
||||||
# Build the Wiiuse library
|
# Build the Wiiuse library
|
||||||
if(USE_WIIUSE)
|
if(USE_WIIUSE)
|
||||||
add_subdirectory("${STK_SOURCE_DIR}/wiiuse")
|
add_subdirectory("${PROJECT_SOURCE_DIR}/lib/wiiuse")
|
||||||
include_directories("${STK_SOURCE_DIR}/wiiuse")
|
include_directories("${PROJECT_SOURCE_DIR}/lib/wiiuse")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Set include paths
|
# Set include paths
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user