mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-29 06:41:09 +00:00
eb09b9e14c
Further leverage cmake object libraries to share object files for CPU and GPU OSD libraries, avoiding duplicate complation for dynamic/static build passes. CMake restricts object library inputs to header and source files, so the .inc files were renamed to .gen.h (which seems like a better name anyway) to make CMake happy. Also updated the .gitignore file to ignore .gen.h files. Conflicts: opensubdiv/osd/CMakeLists.txt
14 lines
124 B
Plaintext
14 lines
124 B
Plaintext
|
|
# ignore stringified kernels
|
|
*.inc
|
|
*.inc.rule
|
|
*.gen.h
|
|
|
|
# ignore build files
|
|
/build*
|
|
/inst*
|
|
|
|
*.pyc
|
|
osdshim_wrap.cpp
|
|
shim.py
|