Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a553d5814 | ||
|
|
30393be332 | ||
|
|
805b07df7e | ||
|
|
660590ef8a | ||
|
|
d2f3382ab5 | ||
|
|
a1537c3512 |
@@ -7,6 +7,7 @@ set_target_properties(crypto PROPERTIES
|
||||
add_library(freetype STATIC IMPORTED GLOBAL)
|
||||
set_target_properties(freetype PROPERTIES
|
||||
IMPORTED_LOCATION ${platform_spec_path}/libfreetype.a
|
||||
INTERFACE_INCLUDE_DIRECTORIES ${platform_spec_path}/include/freetype
|
||||
)
|
||||
|
||||
add_library(jpeg STATIC IMPORTED GLOBAL)
|
||||
|
||||
@@ -7,6 +7,7 @@ set_target_properties(crypto PROPERTIES
|
||||
add_library(freetype STATIC IMPORTED GLOBAL)
|
||||
set_target_properties(freetype PROPERTIES
|
||||
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/libfreetype.a
|
||||
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/include/freetype
|
||||
)
|
||||
|
||||
add_library(jpeg STATIC IMPORTED GLOBAL)
|
||||
|
||||
@@ -7,6 +7,7 @@ set_target_properties(crypto PROPERTIES
|
||||
add_library(freetype STATIC IMPORTED GLOBAL)
|
||||
set_target_properties(freetype PROPERTIES
|
||||
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/libfreetype.a
|
||||
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/include/freetype
|
||||
)
|
||||
|
||||
add_library(jpeg STATIC IMPORTED GLOBAL)
|
||||
|
||||
@@ -12,6 +12,7 @@ set_target_properties(curl PROPERTIES
|
||||
add_library(freetype STATIC IMPORTED GLOBAL)
|
||||
set_target_properties(freetype PROPERTIES
|
||||
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/libfreetype.a
|
||||
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/include/freetype
|
||||
)
|
||||
|
||||
add_library(glfw3 STATIC IMPORTED GLOBAL)
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,6 @@
|
||||
|
||||
list(APPEND CC_EXTERNAL_PRIVATE_DEFINITIONS BOOST_ALL_NO_LIB)
|
||||
#list(APPEND CC_EXTERNAL_PRIVATE_DEFINITIONS BOOST_ALL_NO_LIB)
|
||||
add_definitions(-DBOOST_ALL_NO_LIB=1)
|
||||
|
||||
set(BOOST_LIB_NAMES
|
||||
container
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -18,10 +18,10 @@
|
||||
#define _OS_TYPES_H
|
||||
|
||||
#ifdef _LOW_ACCURACY_
|
||||
# define X(n) (((((n)>>22)+1)>>1) - ((((n)>>22)+1)>>9))
|
||||
# define TREMOLO_X(n) (((((n)>>22)+1)>>1) - ((((n)>>22)+1)>>9))
|
||||
# define LOOKUP_T const unsigned char
|
||||
#else
|
||||
# define X(n) (n)
|
||||
# define TREMOLO_X(n) (n)
|
||||
# define LOOKUP_T const ogg_int32_t
|
||||
#endif
|
||||
|
||||
|
||||
+2041
-2041
File diff suppressed because it is too large
Load Diff
@@ -20,6 +20,7 @@ add_library(freetype STATIC IMPORTED GLOBAL)
|
||||
|
||||
set_target_properties(freetype PROPERTIES
|
||||
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/freetype.lib
|
||||
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/include/freetype
|
||||
)
|
||||
|
||||
add_library(glew32 SHARED IMPORTED GLOBAL)
|
||||
|
||||
@@ -20,6 +20,7 @@ add_library(freetype STATIC IMPORTED GLOBAL)
|
||||
|
||||
set_target_properties(freetype PROPERTIES
|
||||
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/freetype.lib
|
||||
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/include/freetype
|
||||
)
|
||||
|
||||
add_library(glew32 SHARED IMPORTED GLOBAL)
|
||||
|
||||
Reference in New Issue
Block a user