mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Create external/Install/{lib|include}
These files are expected to exist for current cmake rules and cmake will warn if they do not exist. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -286,6 +286,9 @@ set_property(DIRECTORY PROPERTY EP_BASE ${ep_base})
|
||||
# add external project install folders to build
|
||||
link_directories(${ep_base}/Install/lib)
|
||||
include_directories(${ep_base}/Install/include)
|
||||
# add the directories so cmake won't warn
|
||||
execute_process(COMMAND cmake -E make_directory ${ep_base}/Install/lib)
|
||||
execute_process(COMMAND cmake -E make_directory ${ep_base}/Install/include)
|
||||
|
||||
#=============================================================================
|
||||
# subdirectories
|
||||
|
||||
Reference in New Issue
Block a user