1
0
mirror of synced 2024-06-20 03:12:50 +02:00
modern-cmake/examples/extended-project/apps/CMakeLists.txt
2019-08-07 05:06:55 +00:00

5 lines
136 B
CMake

add_executable(app app.cpp)
target_compile_features(app PRIVATE cxx_std_17)
target_link_libraries(app PRIVATE modern_library fmt::fmt)