coriolis/mauka/CMakeLists.txt

28 lines
746 B
CMake
Raw Normal View History

project(MAUKA)
cmake_minimum_required(VERSION 2.4.0)
list(INSERT CMAKE_MODULE_PATH 0 "$ENV{BOOTSTRAP_TOP}/share/cmake/Modules/")
find_package(Bootstrap REQUIRED)
setup_project_paths(VLSISAPD)
setup_project_paths(CORIOLIS)
print_cmake_module_path()
set_cmake_policies()
set_lib_link_mode()
setup_boost(program_options filesystem regex python)
set(QT_USE_QTXML "true")
find_package(Qt4 REQUIRED) # find and setup Qt4 for this project
find_package(PythonLibs REQUIRED)
find_package(PythonSitePackages REQUIRED)
find_package(VLSISAPD REQUIRED)
find_package(HURRICANE REQUIRED)
find_package(CORIOLIS REQUIRED)
find_package(NIMBUS REQUIRED)
find_package(METIS REQUIRED)
add_subdirectory(src)
add_subdirectory(cmake_modules)