diff options
author | saturneric <[email protected]> | 2025-04-30 21:58:02 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-30 21:58:02 +0000 |
commit | a3e732653b51c72e427ef1be2fcc27e68f914c8a (patch) | |
tree | b8b14bd1e90ffd598b6ab77d2e27e51028ec5373 /src/ui | |
parent | fix: unit test cases (diff) | |
download | GpgFrontend-a3e732653b51c72e427ef1be2fcc27e68f914c8a.tar.gz GpgFrontend-a3e732653b51c72e427ef1be2fcc27e68f914c8a.zip |
refactor: correct and simplify project configurations
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index e399068d..166dceb7 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -70,13 +70,6 @@ target_include_directories(gpgfrontend_ui PUBLIC # using std c++ 17 target_compile_features(gpgfrontend_ui PUBLIC cxx_std_17) -# MODULEs will find libraries under artifacts lib -if(${CMAKE_BUILD_TYPE} STREQUAL "Debug") - set_target_properties(gpgfrontend_ui PROPERTIES - LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/lib - RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/lib) -endif() - # for xcode archive build if(XCODE_BUILD) set_target_properties(gpgfrontend_ui |