Moved Ogg Vorbis files to the "External" directory, plugged into CMake project.

This commit is contained in:
Ryan C. Gordon 2016-04-04 02:43:12 -04:00
parent 6436618937
commit f35e86661e
93 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ add_definitions(-DSINGLE_THREADED=1)
include_directories( include_directories(
. .
External/SDL12 External/SDL12
External/libogg/include
External/libvorbis/include
) )
# We build ECC, then use it to generate C++ code for the game entities... # We build ECC, then use it to generate C++ code for the game entities...