1
0
mirror of synced 2025-01-05 19:23:25 +01:00

5 lines
136 B
CMake
Raw Normal View History

2019-08-07 05:06:55 +00:00
add_executable(app app.cpp)
target_compile_features(app PRIVATE cxx_std_17)
target_link_libraries(app PRIVATE modern_library fmt::fmt)