mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
Update libogg to 1.3.2
This commit is contained in:
parent
c83efa59e0
commit
2ec38f98cc
6 changed files with 340 additions and 40 deletions
|
|
@ -22,6 +22,21 @@
|
|||
|
||||
project(libogg)
|
||||
|
||||
include(CheckIncludeFiles)
|
||||
|
||||
# Configure config_type.h
|
||||
check_include_files(inttypes.h INCLUDE_INTTYPES_H)
|
||||
check_include_files(stdint.h INCLUDE_STDINT_H)
|
||||
check_include_files(sys/types.h INCLUDE_SYS_TYPES_H)
|
||||
|
||||
set(SIZE16 int16_t)
|
||||
set(USIZE16 uint16_t)
|
||||
set(SIZE32 int32_t)
|
||||
set(USIZE32 uint32_t)
|
||||
set(SIZE64 int64_t)
|
||||
|
||||
configure_file(${libDir}/libogg/include/ogg/config_types.h.in ${libDir}/libogg/include/ogg/config_types.h @ONLY)
|
||||
|
||||
addPath("${libDir}/libogg" REC)
|
||||
|
||||
addInclude(${libDir}/libogg/include)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue