jay/shared/CMakeLists.txt

9 lines
108 B
CMake

set(SOURCES
)
set(HEADERS
definitions.h
result.h
)
target_sources(${EXEC_NAME} PRIVATE ${SOURCES})