From 63b41dd05b1fcbef10d41e28cef1645ee8b6642d Mon Sep 17 00:00:00 2001 From: Gulliver Date: Thu, 11 Sep 2014 16:47:09 +0200 Subject: corrections for OSX and *NIX --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 35de787..01a2bf7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -38,7 +38,7 @@ set_property(TARGET PROGRAM_stmd # if sometimes libs are needed ... #target_link_libraries(${PROGRAM_chronolog}) endif(MSVC) -install(TARGETS PROGRAM_stmd +install(TARGETS ${PROGRAM_stmd} RUNTIME DESTINATION bin BUNDLE DESTINATION Applications) -- cgit v1.2.3