aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-30 21:58:02 +0000
committersaturneric <[email protected]>2025-04-30 21:58:02 +0000
commita3e732653b51c72e427ef1be2fcc27e68f914c8a (patch)
treeb8b14bd1e90ffd598b6ab77d2e27e51028ec5373 /src/ui
parentfix: unit test cases (diff)
downloadGpgFrontend-a3e732653b51c72e427ef1be2fcc27e68f914c8a.tar.gz
GpgFrontend-a3e732653b51c72e427ef1be2fcc27e68f914c8a.zip
refactor: correct and simplify project configurations
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/CMakeLists.txt7
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