summaryrefslogtreecommitdiffhomepage
path: root/ogg
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-09-29 22:54:02 +0200
committerAki <please@ignore.pl>2021-09-29 22:54:02 +0200
commit9c1cdebcffa2fb9797d664e6d9cd6c110fe57db6 (patch)
treeaf1b62fccb4693614077eec8f6c524c2ee1825a4 /ogg
parent760f65d35df281b04d99843958623d99ab35dcaf (diff)
downloadstarshatter-9c1cdebcffa2fb9797d664e6d9cd6c110fe57db6.zip
starshatter-9c1cdebcffa2fb9797d664e6d9cd6c110fe57db6.tar.gz
starshatter-9c1cdebcffa2fb9797d664e6d9cd6c110fe57db6.tar.bz2
Integrated ogg and vorbis into cmake root
Diffstat (limited to 'ogg')
-rw-r--r--ogg/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogg/CMakeLists.txt b/ogg/CMakeLists.txt
index 5ab14a2..6c25659 100644
--- a/ogg/CMakeLists.txt
+++ b/ogg/CMakeLists.txt
@@ -82,6 +82,8 @@ endif()
include_directories(include ${CMAKE_CURRENT_BINARY_DIR}/include)
add_library(ogg ${OGG_HEADERS} ${OGG_SOURCES})
+target_include_directories(ogg PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
+add_library(Ogg::ogg ALIAS ogg)
get_version_info(OGG_VERSION_INFO "LIB_CURRENT" "LIB_AGE" "LIB_REVISION")
set_target_properties(