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

11 lines
265 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-12-08 08:48:18 +00:00
publishing/TestSvgConverter.cpp
2022-11-30 18:28:50 +00:00
PARENT_SCOPE
)
set(PUBLISHING_UNIT_TEST_DEPENDENCIES
publishing
PARENT_SCOPE
)