mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Configuration - Fixed pathes to 3rd-party in cmake configuration (#523)
Update target_link_libraries to use PUBLIC and PRIVATE visibility for dependencies. Now all 3rd-party is hidden for the external linking, no more issues to invalid path to 3rd-party
This commit is contained in:
@@ -3,4 +3,4 @@ project(TKBRep)
|
||||
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
|
||||
|
||||
# Add the precompiled header
|
||||
ADD_PRECOMPILED_HEADER(TKBRep "${CMAKE_CURRENT_SOURCE_DIR}/TKBRep_pch.hxx" FALSE)
|
||||
ADD_PRECOMPILED_HEADER(TKBRep "TKBRep_pch.hxx" FALSE)
|
||||
|
@@ -4,4 +4,5 @@ set(OCCT_TKBRep_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
||||
set(OCCT_TKBRep_FILES
|
||||
EXTERNLIB
|
||||
PACKAGES
|
||||
TKBRep_pch.hxx
|
||||
)
|
||||
|
Reference in New Issue
Block a user