mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-08 13:30:04 +00:00
3f054c7410
The cmake config export paths are now more consistent with other vfx platform projects. The target names are now more consistent with existing opensubdiv static and dynamic library names.
7 lines
248 B
CMake
7 lines
248 B
CMake
@PACKAGE_INIT@
|
|
|
|
set_and_check(OpenSubdiv_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/@CMAKE_INSTALL_INCLUDEDIR@")
|
|
set_and_check(OpenSubdiv_LIB_DIR "${PACKAGE_PREFIX_DIR}/@CMAKE_INSTALL_LIBDIR@")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/OpenSubdivTargets.cmake")
|