1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-23 01:44:22 +00:00

update cmake

This commit is contained in:
neargye 2019-08-24 13:10:55 +05:00
parent 91b36336cb
commit a2bb347f05
3 changed files with 11 additions and 20 deletions

View file

@ -6,4 +6,5 @@ conan_basic_setup(TARGETS)
add_executable(test_package test_package.cpp)
target_link_libraries(test_package PRIVATE CONAN_PKG::magic_enum)
set_target_properties(example PROPERTIES CXX_EXTENSIONS OFF)
target_compile_features(test_package PRIVATE cxx_std_17)