summaryrefslogblamecommitdiffstats
path: root/CMakeLists.txt
blob: 4fb8acf40ec806050022eff16e99310581f42956 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                      





                             

                                                           

                          
                                   

                                            
cmake_minimum_required(VERSION 2.8.11)

set(CMAKE_MODULE_PATH
    ${CMAKE_SOURCE_DIR}/cmake
    ${CMAKE_MODULE_PATH})

project(Heimdall)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

add_subdirectory(libpit)
add_subdirectory(heimdall)
add_subdirectory(heimdall-frontend)

add_dependencies(heimdall-frontend heimdall)