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:
authorThomas Dinges <blender@dingto.org>2012-11-17 18:35:35 +0400
committerThomas Dinges <blender@dingto.org>2012-11-17 18:35:35 +0400
commit4cb3aba7624c0b07fb6540d103ca441b7b8cf81b (patch)
tree9556262539ce1b91d93c43f350b2c895cb0c6598 /CMakeLists.txt
parent215474f51c9c7f2dd324fa1520918cb211ef1136 (diff)
Windows / Cmake:
* Another place where "psapi" was missing, caused OIIO errors.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25e258419e7..ec2dd6c73bd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -950,7 +950,7 @@ elseif(WIN32)
if(MSVC)
- set(PLATFORM_LINKLIBS ws2_32 vfw32 winmm kernel32 user32 gdi32 comdlg32 advapi32 shfolder shell32 ole32 oleaut32 uuid)
+ set(PLATFORM_LINKLIBS ws2_32 vfw32 winmm kernel32 user32 gdi32 comdlg32 advapi32 shfolder shell32 ole32 oleaut32 uuid psapi)
add_definitions(/D_CRT_NONSTDC_NO_DEPRECATE /D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_CONSOLE /D_LIB)