[ttssh2-commit] [9513] include を public に変更

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2021年 11月 10日 (水) 22:00:51 JST


Revision: 9513
          https://osdn.net/projects/ttssh2/scm/svn/commits/9513
Author:   zmatsuo
Date:     2021-11-10 22:00:51 +0900 (Wed, 10 Nov 2021)
Log Message:
-----------
include を public に変更

- target_link_library() すれば、自動的に incclude にパスが通るようになる

Modified Paths:
--------------
    trunk/teraterm/common/CMakeLists.txt

-------------- next part --------------
Modified: trunk/teraterm/common/CMakeLists.txt
===================================================================
--- trunk/teraterm/common/CMakeLists.txt	2021-11-10 13:00:40 UTC (rev 9512)
+++ trunk/teraterm/common/CMakeLists.txt	2021-11-10 13:00:51 UTC (rev 9513)
@@ -46,7 +46,7 @@
 
 target_include_directories(
   ${PACKAGE_NAME}
-  PRIVATE
+  PUBLIC
   .
   )
 


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