blob: 4ec480005512dc9e335e70defa08e96ee3d63785 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -231,17 +231,3 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
else()
install(TARGETS Diamond DESTINATION .)
endif()
-
-cs_copy_library(CsCore)
-cs_copy_library(CsGui)
-cs_copy_library(CsNetwork)
-
-if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
- # copy required plugins to the bundle
- cs_copy_plugins(CsGui ../plugins)
- cs_copy_plugins(CsPrinterDriver ../plugins)
-else()
- # installs required plugins
- cs_copy_plugins(CsGui)
- cs_copy_plugins(CsPrinterDriver)
-endif()
|