Example binaries are now installed to their source directory.

This commit is contained in:
Nathan Osman
2015-07-16 23:41:45 -07:00
parent f9450b1766
commit 054fe75902
3 changed files with 4 additions and 4 deletions

View File

@@ -9,5 +9,5 @@ set_target_properties(fileserver PROPERTIES
)
install(TARGETS fileserver
RUNTIME DESTINATION ${EXAMPLES_BIN_DIR}
RUNTIME DESTINATION "${EXAMPLE_DIR}"
)