pica/utils/CMakeLists.txt

10 lines
110 B
CMake
Raw Normal View History

set(HEADER
helpers.h
)
set(SOURCES
helpers.cpp
)
target_sources(${PROJECT_NAME} PRIVATE ${SOURCES})