9 lines
178 B
CMake
9 lines
178 B
CMake
|
set(PUBLISHING_UNIT_TEST_FILES
|
||
|
publishing/TestPdfWriter.cpp
|
||
|
PARENT_SCOPE
|
||
|
)
|
||
|
|
||
|
set(PUBLISHING_UNIT_TEST_DEPENDENCIES
|
||
|
publishing
|
||
|
PARENT_SCOPE
|
||
|
)
|