Changeset View
Changeset View
Standalone View
Standalone View
tests/gtests/usd/CMakeLists.txt
| Show All 29 Lines | |||||
| endif() | endif() | ||||
| add_definitions(-DPXR_STATIC) | add_definitions(-DPXR_STATIC) | ||||
| set(INC | set(INC | ||||
| . | . | ||||
| .. | .. | ||||
| ../../../source/blender/blenlib | ../../../source/blender/blenlib | ||||
| ../../../source/blender/blenkernel | ../../../source/blender/blenkernel | ||||
| ../../../source/blender/io/common | |||||
| ../../../source/blender/io/usd | ../../../source/blender/io/usd | ||||
| ../../../source/blender/makesdna | ../../../source/blender/makesdna | ||||
| ../../../source/blender/depsgraph | ../../../source/blender/depsgraph | ||||
| ${USD_INCLUDE_DIRS} | ${USD_INCLUDE_DIRS} | ||||
| ${BOOST_INCLUDE_DIR} | ${BOOST_INCLUDE_DIR} | ||||
| ${TBB_INCLUDE_DIR} | ${TBB_INCLUDE_DIR} | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenloader_test | bf_blenloader_test | ||||
| bf_blenloader | bf_blenloader | ||||
| # Should not be needed but gives windows linker errors if the ocio libs are linked before this: | # Should not be needed but gives windows linker errors if the ocio libs are linked before this: | ||||
| bf_intern_opencolorio | bf_intern_opencolorio | ||||
| bf_gpu | bf_gpu | ||||
| bf_usd | bf_usd | ||||
| bf_io_common | |||||
| ${BOOST_LIBRARIES} | ${BOOST_LIBRARIES} | ||||
| ${TBB_LIBRARIES} | ${TBB_LIBRARIES} | ||||
| ) | ) | ||||
| include_directories(${INC}) | include_directories(${INC}) | ||||
| setup_libdirs() | setup_libdirs() | ||||
| ▲ Show 20 Lines • Show All 44 Lines • Show Last 20 Lines | |||||