Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-02-09 05:48:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-09 05:50:05 +0300
commit8f9386596fb0471c972921e6543b3a0adc3ffb3d (patch)
treeb7c8cb21b810bb4c54af45fa3805a20bb25a93c9 /intern/cycles/app
parent8a6b83d27e4f88d44806287efaf2011389017e73 (diff)
CMake: include missing headers
Diffstat (limited to 'intern/cycles/app')
-rw-r--r--intern/cycles/app/CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 9ebeceb1659..a8e0297aeaa 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -128,8 +128,12 @@ if(WITH_CYCLES_CUBIN_COMPILER)
if(MSVC AND NOT CMAKE_CL_64)
Message("cycles_cubin_cc not supported on x86")
else()
- set(SRC cycles_cubin_cc.cpp)
- set(INC ../../../extern/cuew/include)
+ set(SRC
+ cycles_cubin_cc.cpp
+ )
+ set(INC
+ ../../../extern/cuew/include
+ )
add_executable(cycles_cubin_cc ${SRC})
include_directories(${INC})
target_link_libraries(cycles_cubin_cc