Added VCC build
This commit is contained in:
11
external/freetype-2.9/freetype-config.cmake
vendored
Normal file
11
external/freetype-2.9/freetype-config.cmake
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
set(FREETYPE_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/include")
|
||||
|
||||
# Support both 32 and 64 bit builds
|
||||
if (${CMAKE_SIZEOF_VOID_P} MATCHES 8)
|
||||
#########set(FREETYPE_LIBRARIES "${CMAKE_CURRENT_LIST_DIR}/objs/x64/Debug/freetype.lib")
|
||||
else ()
|
||||
set(FREETYPE_LIBRARIES "${CMAKE_CURRENT_LIST_DIR}/objs/Win32/Debug/freetype.lib")
|
||||
set(FREETYPE_DLL "${CMAKE_CURRENT_LIST_DIR}/objs/Win32/Debug/freetype.dll")
|
||||
endif ()
|
||||
|
||||
string(STRIP "${FREETYPE_LIBRARIES}" FREETYPE_LIBRARIES)
|
||||
Reference in New Issue
Block a user