Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/usd/CMakeLists.txt
| Show All 24 Lines | |||||
| if(UNIX AND NOT APPLE) | if(UNIX AND NOT APPLE) | ||||
| add_definitions(-D_GLIBCXX_PERMIT_BACKWARD_HASH) | add_definitions(-D_GLIBCXX_PERMIT_BACKWARD_HASH) | ||||
| endif() | endif() | ||||
| if(WIN32) | if(WIN32) | ||||
| add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN) | add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN) | ||||
| endif() | endif() | ||||
| add_definitions(-DPXR_STATIC) | add_definitions(-DPXR_STATIC) | ||||
| # USD headers use deprecated TBB headers, silence warning. | |||||
| add_definitions(-DTBB_SUPPRESS_DEPRECATED_MESSAGES=1) | |||||
| set(INC | set(INC | ||||
| . | . | ||||
| ../common | ../common | ||||
| ../../blenkernel | ../../blenkernel | ||||
| ../../blenlib | ../../blenlib | ||||
| ../../blenloader | ../../blenloader | ||||
| ../../bmesh | ../../bmesh | ||||
| ../../depsgraph | ../../depsgraph | ||||
| ▲ Show 20 Lines • Show All 83 Lines • Show Last 20 Lines | |||||