[Ttssh2-commit] [8509] プロジェクトファイル修正 cmake

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2020年 1月 30日 (木) 00:21:56 JST


Revision: 8509
          https://osdn.net/projects/ttssh2/scm/svn/commits/8509
Author:   zmatsuo
Date:     2020-01-30 00:21:56 +0900 (Thu, 30 Jan 2020)
Log Message:
-----------
プロジェクトファイル修正 cmake

Modified Paths:
--------------
    trunk/TTProxy/CMakeLists.txt
    trunk/TTXSamples/TTXRecurringCommand/CMakeLists.txt
    trunk/TTXSamples/TTXViewMode/CMakeLists.txt
    trunk/teraterm/ttpcmn/CMakeLists.txt
    trunk/teraterm/ttpfile/CMakeLists.txt
    trunk/teraterm/ttpset/CMakeLists.txt
    trunk/teraterm/ttptek/CMakeLists.txt

-------------- next part --------------
Modified: trunk/TTProxy/CMakeLists.txt
===================================================================
--- trunk/TTProxy/CMakeLists.txt	2020-01-26 15:14:04 UTC (rev 8508)
+++ trunk/TTProxy/CMakeLists.txt	2020-01-29 15:21:56 UTC (rev 8509)
@@ -102,6 +102,8 @@
 
 target_link_libraries(
   ttproxy
+  PRIVATE
+  common_static
   ttpcmn
   #
   ws2_32

Modified: trunk/TTXSamples/TTXRecurringCommand/CMakeLists.txt
===================================================================
--- trunk/TTXSamples/TTXRecurringCommand/CMakeLists.txt	2020-01-26 15:14:04 UTC (rev 8508)
+++ trunk/TTXSamples/TTXRecurringCommand/CMakeLists.txt	2020-01-29 15:21:56 UTC (rev 8509)
@@ -42,6 +42,8 @@
 
 target_link_libraries(
   TTXRecurringCommand
+  PRIVATE
+  common_static
   ttpcmn
   #
   gdi32

Modified: trunk/TTXSamples/TTXViewMode/CMakeLists.txt
===================================================================
--- trunk/TTXSamples/TTXViewMode/CMakeLists.txt	2020-01-26 15:14:04 UTC (rev 8508)
+++ trunk/TTXSamples/TTXViewMode/CMakeLists.txt	2020-01-29 15:21:56 UTC (rev 8509)
@@ -44,6 +44,8 @@
 
 target_link_libraries(
   TTXViewMode
+  PRIVATE
+  common_static
   ttpcmn
   #
   gdi32

Modified: trunk/teraterm/ttpcmn/CMakeLists.txt
===================================================================
--- trunk/teraterm/ttpcmn/CMakeLists.txt	2020-01-26 15:14:04 UTC (rev 8508)
+++ trunk/teraterm/ttpcmn/CMakeLists.txt	2020-01-29 15:21:56 UTC (rev 8509)
@@ -69,6 +69,7 @@
 
 target_link_libraries(
   ttpcmn
+  PRIVATE
   common_static
   ole32
   setupapi

Modified: trunk/teraterm/ttpfile/CMakeLists.txt
===================================================================
--- trunk/teraterm/ttpfile/CMakeLists.txt	2020-01-26 15:14:04 UTC (rev 8508)
+++ trunk/teraterm/ttpfile/CMakeLists.txt	2020-01-29 15:21:56 UTC (rev 8509)
@@ -61,6 +61,8 @@
 
 target_link_libraries(
   ttpfile
+  PRIVATE
+  common_static
   ttpcmn
   #
   gdi32
@@ -67,11 +69,6 @@
   comdlg32
   )
 
-add_dependencies(
-  ttpfile
-  ttpcmn
-  )
-
 install(
   TARGETS ttpfile
   RUNTIME

Modified: trunk/teraterm/ttpset/CMakeLists.txt
===================================================================
--- trunk/teraterm/ttpset/CMakeLists.txt	2020-01-26 15:14:04 UTC (rev 8508)
+++ trunk/teraterm/ttpset/CMakeLists.txt	2020-01-29 15:21:56 UTC (rev 8509)
@@ -41,16 +41,13 @@
 
 target_link_libraries(
   ttpset
+  PRIVATE
+  common_static
   ttpcmn
   #
   gdi32
   )
 
-add_dependencies(
-  ttpset
-  ttpcmn
-  )
-
 install(
   TARGETS ttpset
   RUNTIME

Modified: trunk/teraterm/ttptek/CMakeLists.txt
===================================================================
--- trunk/teraterm/ttptek/CMakeLists.txt	2020-01-26 15:14:04 UTC (rev 8508)
+++ trunk/teraterm/ttptek/CMakeLists.txt	2020-01-29 15:21:56 UTC (rev 8509)
@@ -46,6 +46,8 @@
 
 target_link_libraries(
   ttptek
+  PRIVATE
+  common_static
   ttpcmn
   #
   iphlpapi
@@ -52,11 +54,6 @@
   gdi32
   )
 
-add_dependencies(
-  ttptek
-  ttpcmn
-  )
-
 install(
   TARGETS ttptek
   RUNTIME


Ttssh2-commit メーリングリストの案内
Back to archive index