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:
parent
91b36336cb
commit
a2bb347f05
3 changed files with 11 additions and 20 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue