mirror of
https://github.com/AxioDL/lzokay.git
synced 2025-12-13 23:26:07 +00:00
Merge pull request #2 from robUx4/cxx_standard
Use the official way to set the C++ standard
This commit is contained in:
@@ -8,6 +8,8 @@ target_include_directories(lzokay PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURC
|
||||
target_link_libraries(lzokaytest lzokay)
|
||||
target_compile_features(lzokay PRIVATE cxx_std_14)
|
||||
target_compile_features(lzokaytest PRIVATE cxx_std_14)
|
||||
set_target_properties(lzokay PROPERTIES CXX_STANDARD 14)
|
||||
set_target_properties(lzokaytest PROPERTIES CXX_STANDARD 14)
|
||||
|
||||
# Set installation for headers
|
||||
install(
|
||||
|
||||
Reference in New Issue
Block a user