mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-20 03:36:37 +02:00
add some more c++17
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user