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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-11-15 21:03:45 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-12-31 23:31:07 +0300
commitf2665d52e220a7726f1ca84127a1d1fb8078f521 (patch)
tree92c8bad24839284c90eb2aa4997700f26a6479c6 /intern/cycles/app/CMakeLists.txt
parente0a809fb1d5ff0c79bd8f915bb8660f33ac5c512 (diff)
CMake: Minor cleanup
Diffstat (limited to 'intern/cycles/app/CMakeLists.txt')
-rw-r--r--intern/cycles/app/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 0694be0321a..63cd0bca4b4 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -28,6 +28,7 @@ set(LIBRARIES
${JPEG_LIBRARIES}
${ZLIB_LIBRARIES}
${TIFF_LIBRARY}
+ ${PTHREADS_LIBRARIES}
extern_clew
extern_cuew
)
@@ -42,8 +43,6 @@ endif()
add_definitions(${GL_DEFINITIONS})
-list(APPEND LIBRARIES ${PTHREADS_LIBRARIES})
-
link_directories(${OPENIMAGEIO_LIBPATH}
${BOOST_LIBPATH}
${PNG_LIBPATH}