mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
fix cmake config (#42)
This commit is contained in:
parent
06cb3163f1
commit
c025c43ffe
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ include(CMakePackageConfigHelpers)
|
|||
|
||||
add_library(${PROJECT_NAME} INTERFACE)
|
||||
add_library(${PROJECT_NAME}::${PROJECT_NAME} ALIAS ${PROJECT_NAME})
|
||||
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_17)
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
INTERFACE
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue