userver: samples/production_service/CMakeLists.txt
Loading...
Searching...
No Matches
samples/production_service/CMakeLists.txt
cmake_minimum_required(VERSION 3.14)
project(userver-samples-production_service CXX)
find_package(userver COMPONENTS core REQUIRED)
add_executable(${PROJECT_NAME} "production_service.cpp")
target_link_libraries(${PROJECT_NAME} userver::core)
userver_testsuite_add_simple()