forked from github/server
find_package goes into the main CMakeLists.txt, not needed here.
kill old top-level CMakeLists.txt, also
This commit is contained in:
parent
eceafaf11c
commit
f76dfc71c9
|
@ -1,7 +0,0 @@
|
||||||
cmake_minimum_required(VERSION 2.6)
|
|
||||||
project (core C)
|
|
||||||
|
|
||||||
enable_testing()
|
|
||||||
|
|
||||||
add_subdirectory (../dependencies "${CMAKE_CURRENT_BINARY_DIR}/dependencies")
|
|
||||||
add_subdirectory (src eressea)
|
|
|
@ -13,12 +13,6 @@ set (ERESSEA_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "Eressea Cor
|
||||||
|
|
||||||
add_subdirectory(bindings)
|
add_subdirectory(bindings)
|
||||||
|
|
||||||
find_package (Lua 5 REQUIRED)
|
|
||||||
find_package (ToLua REQUIRED)
|
|
||||||
find_package (LibXml2 REQUIRED)
|
|
||||||
find_package (Curses REQUIRED)
|
|
||||||
find_package (SQLite3 REQUIRED)
|
|
||||||
|
|
||||||
set (ERESSEA_LIBRARIES
|
set (ERESSEA_LIBRARIES
|
||||||
${CUTEST_LIBRARIES}
|
${CUTEST_LIBRARIES}
|
||||||
${CRITBIT_LIBRARIES}
|
${CRITBIT_LIBRARIES}
|
||||||
|
|
Loading…
Reference in New Issue