1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-18 22:29:53 +00:00

CMake updated to require clients use C++11

This commit is contained in:
Chuck Walbourn 2022-05-27 17:20:11 -07:00
parent e95d84892e
commit cce3f75722

View File

@ -32,6 +32,8 @@ 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)
#--- Package
include(CMakePackageConfigHelpers)