From d6cecf753e3218b9385d869654b579b1b3ec5927 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Sat, 17 May 2014 19:34:16 -0400 Subject: [PATCH] Move binary back into bin/ This reverts commit 047d3f309df7102de2c1f3a20d7d938f484f5d42. bin/ is the correct location for executable binaries. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3644405..49ea62a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ target_link_libraries( set_target_properties(${PROJECT_NAME} PROPERTIES - OUTPUT_NAME nodeboxeditor + OUTPUT_NAME bin/nodeboxeditor ) # Install DLLs