stuff-from-scratch/test/publishing/CMakeLists.txt

10 lines
224 B
CMake
Raw Normal View History

2022-11-30 18:28:50 +00:00
set(PUBLISHING_UNIT_TEST_FILES
publishing/TestPdfWriter.cpp
2022-12-01 11:49:57 +00:00
publishing/TestDocumentConverter.cpp
2022-11-30 18:28:50 +00:00
PARENT_SCOPE
)
set(PUBLISHING_UNIT_TEST_DEPENDENCIES
publishing
PARENT_SCOPE
)