mirror of
1
0
Fork 0
modern-cmake/examples/extended-project/apps/CMakeLists.txt

5 lines
136 B
CMake
Raw Normal View History

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