Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/CMakeLists.txt
| Context not available. | |||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| if(WITH_QUADRIFLOW) | |||||
| list(APPEND INC | |||||
| ../../../intern/quadriflow | |||||
| ) | |||||
| list(APPEND LIB | |||||
| bf_intern_quadriflow | |||||
| ) | |||||
| add_definitions(-DWITH_QUADRIFLOW) | |||||
| endif() | |||||
| ## Warnings as errors, this is too strict! | ## Warnings as errors, this is too strict! | ||||
| #if(MSVC) | #if(MSVC) | ||||
| # set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /WX") | # set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /WX") | ||||
| Context not available. | |||||