mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
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
7 lines
150 B
CMake
7 lines
150 B
CMake
project(TKBRep)
|
|
|
|
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
|
|
|
|
# Add the precompiled header
|
|
ADD_PRECOMPILED_HEADER(TKBRep "TKBRep_pch.hxx" FALSE)
|