* CMake: src/common builds static libraries common_base/common_sql, that are used as dependencies by the other targets.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14889 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
1
3rdparty/msinttypes/CMakeLists.txt
vendored
1
3rdparty/msinttypes/CMakeLists.txt
vendored
@@ -4,4 +4,5 @@ find_path( MSINTTYPES_INCLUDE_DIRS "inttypes.h"
|
||||
PATHS "${CMAKE_CURRENT_SOURCE_DIR}/include"
|
||||
NO_DEFAULT_PATH )
|
||||
mark_as_advanced( MSINTTYPES_INCLUDE_DIRS )
|
||||
set( GLOBAL_INCLUDE_DIRS ${GLOBAL_INCLUDE_DIRS} ${MSINTTYPES_INCLUDE_DIRS} CACHE INTERNAL "" )
|
||||
endif()
|
||||
|
||||
7
3rdparty/mt19937ar/CMakeLists.txt
vendored
7
3rdparty/mt19937ar/CMakeLists.txt
vendored
@@ -7,3 +7,10 @@ find_path( MT19937AR_SOURCE_DIR "mt19937ar.c"
|
||||
NO_DEFAULT_PATH )
|
||||
mark_as_advanced( MT19937AR_INCLUDE_DIRS )
|
||||
mark_as_advanced( MT19937AR_SOURCE_DIR )
|
||||
|
||||
set( MT19937AR_HEADERS
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/mt19937ar.h"
|
||||
CACHE INTERNAL "mt19937ar headers" )
|
||||
set( MT19937AR_SOURCES
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/mt19937ar.c"
|
||||
CACHE INTERNAL "mt19937ar sources" )
|
||||
|
||||
Reference in New Issue
Block a user