find_package goes into the main CMakeLists.txt, not needed here.

kill old top-level CMakeLists.txt, also
This commit is contained in:
Enno Rehling 2013-05-04 11:26:51 +02:00
parent eceafaf11c
commit f76dfc71c9
2 changed files with 0 additions and 13 deletions

View File

@ -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)

View File

@ -13,12 +13,6 @@ set (ERESSEA_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "Eressea Cor
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
${CUTEST_LIBRARIES}
${CRITBIT_LIBRARIES}