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 . )