poco/Foundation/samples/grep/CMakeLists.txt
2020-02-14 11:07:32 +01:00

3 lines
86 B
CMake

add_executable(grep src/grep.cpp)
target_link_libraries(grep PUBLIC Poco::Foundation)