Commit 6e4e80ff authored by Matthias Vallentin's avatar Matthias Vallentin

Keep example binariese in <build>/bin.

parent cd72e6dc
...@@ -18,8 +18,6 @@ macro(add name folder) ...@@ -18,8 +18,6 @@ macro(add name folder)
${LIBCAF_LIBRARIES} ${LIBCAF_LIBRARIES}
${PTHREAD_LIBRARIES} ${PTHREAD_LIBRARIES}
${WSLIB}) ${WSLIB})
set_target_properties(${name}
PROPERTIES RUNTIME_OUTPUT_DIRECTORY bin/examples)
install(FILES ${folder}/${name}.cpp DESTINATION share/caf/examples/${folder}) install(FILES ${folder}/${name}.cpp DESTINATION share/caf/examples/${folder})
add_dependencies(${name} all_examples) add_dependencies(${name} all_examples)
endmacro() endmacro()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment