Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
12 lines
446 B
Diff
12 lines
446 B
Diff
--- UserMacros.cmake
|
|
+++ UserMacros.cmake
|
|
@@ -16,6 +16,8 @@
|
|
if (BUILD_USER_DEFINED_LIBS)
|
|
MACRO_USER_DEFINED_LIBS ()
|
|
endif (BUILD_USER_DEFINED_LIBS)
|
|
+
|
|
+include(Config/cmake/usermacros/windows_mt.cmake)
|
|
#-----------------------------------------------------------------------------
|
|
#------------------- E X A M P L E E N D -----------------------------------
|
|
#-----------------------------------------------------------------------------
|