mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-08 15:40:52 +00:00
updates
This commit is contained in:
parent
7e88a7ec35
commit
70a2df3792
1 changed files with 4 additions and 2 deletions
|
@ -567,9 +567,11 @@ if(BUNDLED_THEORA)
|
|||
LIST(APPEND THEORA_SRC ${THEORA_ASM_SRC})
|
||||
endif()
|
||||
|
||||
INCLUDE_DIRECTORIES("${CMAKE_CURRENT_LIST_DIR}/theora/include")
|
||||
|
||||
add_library(bundled_theora STATIC ${THEORA_SRC})
|
||||
target_include_directories(bundled_theora PUBLIC "${CMAKE_CURRENT_LIST_DIR}/theora/include")
|
||||
#if(UNIX AND NOT APPLE)
|
||||
# target_include_directories(bundled_theora PUBLIC "${CMAKE_CURRENT_LIST_DIR}/ogg/include")
|
||||
#endif()
|
||||
|
||||
set(THEORA_BUNDLED_LIBRARIES bundled_theora)
|
||||
set(THEORA_BUNDLED_INCLUDE_DIR "${CMAKE_CURRENT_LIST_DIR}/theora/include")
|
||||
|
|
Loading…
Reference in a new issue