Issue #94: New directory structure

This commit is contained in:
Jakub Melka
2023-09-23 18:07:38 +02:00
parent 07c2a476a0
commit 9b33b3a4a5
13 changed files with 81 additions and 24 deletions

View File

@@ -20,3 +20,10 @@ add_executable(UnitTests
)
target_link_libraries(UnitTests PRIVATE Pdf4QtLib Qt6::Core Qt6::Gui Qt6::Test)
set_target_properties(UnitTests PROPERTIES
WIN32_EXECUTABLE OFF
MACOSX_BUNDLE OFF
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${PDF4QT_INSTALL_LIB_DIR}
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${PDF4QT_INSTALL_BIN_DIR}
)