add some more c++17

This commit is contained in:
2022-10-30 16:17:48 +01:00
committed by Erik Scholz
parent 8cc473b9fc
commit c13dff8eb3
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,8 @@ add_library(engine
target_include_directories(engine PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/src")
target_compile_features(engine PUBLIC cxx_std_17)
target_link_libraries(engine
tracy_client
logger