Change examples output dir to examples/output
This commit is contained in:
parent
fc96d83c55
commit
25cc675942
1 changed files with 1 additions and 1 deletions
|
@ -101,6 +101,6 @@ if(ENABLE_EXAMPLES)
|
||||||
target_link_libraries(${EXAMPLE_NAME} utempl)
|
target_link_libraries(${EXAMPLE_NAME} utempl)
|
||||||
set_property(TARGET ${EXAMPLE_NAME} PROPERTY CXX_STANDARD 20)
|
set_property(TARGET ${EXAMPLE_NAME} PROPERTY CXX_STANDARD 20)
|
||||||
set_target_properties(${EXAMPLE_NAME} PROPERTIES
|
set_target_properties(${EXAMPLE_NAME} PROPERTIES
|
||||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/examples/")
|
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/examples/output")
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue