nix-config/templates/c++-cmake/src/CMakeLists.txt

5 lines
112 B
CMake

add_executable(project main.cc)
target_link_libraries(project PRIVATE common_options)
install(TARGETS project)