Changeset View
Changeset View
Standalone View
Standalone View
intern/smoke/CMakeLists.txt
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| if(WITH_FFTW3) | if(WITH_FFTW3) | ||||
| add_definitions(-DWITH_FFTW3) | add_definitions(-DWITH_FFTW3) | ||||
| list(APPEND INC_SYS | list(APPEND INC_SYS | ||||
| ${FFTW3_INCLUDE_DIRS} | ${FFTW3_INCLUDE_DIRS} | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| blender_add_lib(bf_intern_smoke "${SRC}" "${INC}" "${INC_SYS}") | # (sebbas): intern/smoke deprecated | ||||
| #blender_add_lib(bf_intern_smoke "${SRC}" "${INC}" "${INC_SYS}") | |||||
mont29: Just remove this then. :) | |||||
Just remove this then. :)