5 lines
132 B
CMake
5 lines
132 B
CMake
|
set_target_properties(${TARGET_NAME} PROPERTIES
|
||
|
FOLDER examples
|
||
|
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/examples/bin
|
||
|
)
|