modern-cmake-tmpl/apps/CMakeLists.txt
2024-04-08 15:22:45 +08: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)