coriolis/chamsin/CMakeLists.txt

17 lines
452 B
CMake
Raw Normal View History

2008-05-19 14:32:21 -05:00
project(CHAMSIN)
2008-03-10 07:10:13 -05:00
2008-05-19 14:32:21 -05:00
cmake_minimum_required(VERSION 2.4.0)
2008-03-10 07:10:13 -05:00
2008-05-19 14:32:21 -05:00
set(CMAKE_MODULE_PATH "$ENV{HURRICANE_TOP}/share/cmake_modules/"
2008-05-19 06:34:13 -05:00
"$ENV{HURRICANE_TOP}/share/cmake_modules/")
2008-03-10 07:10:13 -05:00
2008-05-19 14:32:21 -05:00
find_package(BISON REQUIRED)
find_package(FLEX REQUIRED)
find_package(HURRICANE REQUIRED)
find_package(CORIOLIS REQUIRED)
find_package(Qt4 REQUIRED) # find and setup Qt4 for this project
find_package(LibXml2 REQUIRED)
2008-03-10 07:10:13 -05:00
2008-05-19 14:32:21 -05:00
add_subdirectory(src)
add_subdirectory(etc)