1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-11-08 13:40:09 +00:00

Fixed CMake bug

This commit is contained in:
Chuck Walbourn 2022-05-30 17:13:34 -07:00
parent cce3f75722
commit 967d9b692c

View File

@ -32,7 +32,7 @@ target_include_directories(${PROJECT_NAME} INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/Inc>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}>)
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_11)
#--- Package
include(CMakePackageConfigHelpers)