diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-02-19 16:13:02 +0100 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-02-19 16:15:31 +0100 |
commit | e2f0470fafa70e01dcb3732736f555a1f0b3b800 (patch) | |
tree | 75ff1dee2102884d7e9bf9a26b1555b98494c761 /CMakeLists.txt | |
parent | Fix case sensitive FS issue and update Linux README (diff) | |
download | Heimdall-e2f0470fafa70e01dcb3732736f555a1f0b3b800.tar Heimdall-e2f0470fafa70e01dcb3732736f555a1f0b3b800.tar.gz Heimdall-e2f0470fafa70e01dcb3732736f555a1f0b3b800.tar.bz2 Heimdall-e2f0470fafa70e01dcb3732736f555a1f0b3b800.tar.lz Heimdall-e2f0470fafa70e01dcb3732736f555a1f0b3b800.tar.xz Heimdall-e2f0470fafa70e01dcb3732736f555a1f0b3b800.tar.zst Heimdall-e2f0470fafa70e01dcb3732736f555a1f0b3b800.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 372a604..a4f694d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,10 @@ set(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) |