Change examples output dir to examples/output

This commit is contained in:
sha512sum 2024-07-06 02:07:03 +00:00
parent fc96d83c55
commit 25cc675942

View file

@ -101,6 +101,6 @@ if(ENABLE_EXAMPLES)
target_link_libraries(${EXAMPLE_NAME} utempl)
set_property(TARGET ${EXAMPLE_NAME} PROPERTY CXX_STANDARD 20)
set_target_properties(${EXAMPLE_NAME} PROPERTIES
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/examples/")
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/examples/output")
endforeach()
endif()