From e2f0470fafa70e01dcb3732736f555a1f0b3b800 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Fri, 20 Feb 2015 02:13:02 +1100 Subject: Fix FindLibusb.cmake and make CMake setup IDE compatible --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.1