mirror of
https://github.com/fraillt/bitsery.git
synced 2026-06-08 08:13:56 +00:00
in progress of range values feature
This commit is contained in:
@@ -7,5 +7,9 @@ file(GLOB EXAMPLE_FILES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
|
||||
FOREACH(EXAMPLE ${EXAMPLE_FILES})
|
||||
get_filename_component(EXAMPLE_NAME ${EXAMPLE} NAME_WE)
|
||||
add_executable(${EXAMPLE_NAME} ${EXAMPLE})
|
||||
|
||||
set_property(TARGET ${EXAMPLE_NAME} PROPERTY CXX_STANDARD 14)
|
||||
set_property(TARGET ${EXAMPLE_NAME} PROPERTY CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
ENDFOREACH()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user