Files
c/examples/list_pod_buffer/CMakeLists.txt
2024-07-05 09:25:16 +03:00

4 lines
175 B
CMake

find_package(${pkgName} CONFIG REQUIRED COMPONENTS ${pkgName})
add_executable(list_pod_buffer main.c)
target_link_libraries(list_pod_buffer PRIVATE ${pkgName}::${pkgName})