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
149 B
CMake
7 lines
149 B
CMake
project(TKMesh)
|
|
|
|
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
|
|
|
|
# Add the precompiled header
|
|
ADD_PRECOMPILED_HEADER(TKMesh "TKMesh_pch.hxx" TRUE)
|