mirror of
https://github.com/QuasarApp/openssl-cmake.git
synced 2025-04-27 02:04:36 +00:00
added macros
This commit is contained in:
parent
8437bf485b
commit
fa0495a614
@ -30,6 +30,7 @@ cmake_minimum_required( VERSION 3.1.0 )
|
||||
|
||||
set( CMAKE_DISABLE_SOURCE_CHANGES ON )
|
||||
set( CMAKE_DISABLE_IN_SOURCE_BUILD ON )
|
||||
add_definitions(-DFILAMENT_REQUIRES_CXXABI=true)
|
||||
|
||||
set( CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" )
|
||||
|
||||
@ -140,8 +141,8 @@ if( MINGW )
|
||||
set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--export-all" )
|
||||
endif()
|
||||
|
||||
include( CheckTypeSize )
|
||||
include(CheckFunctionExists)
|
||||
include( CheckTypeSize )
|
||||
|
||||
check_type_size( "long" LONG_INT )
|
||||
check_type_size( "long long" LONG_LONG_INT )
|
||||
|
Loading…
x
Reference in New Issue
Block a user