EmulationStation-retropie/external/CMakeLists.txt
2014-11-25 21:30:37 -06:00

9 lines
No EOL
434 B
CMake

# set up the external libraries that aren't popular enough to be found on most
# package managers are included with the project (in the 'external' folder)
# sqlite is included because although it is in package managers, it is a huge pain to set up on Windows
# (you have to generate the .lib file from the .def file for the downloaded binaries...)
add_subdirectory("nanosvg")
add_subdirectory("pugixml")
add_subdirectory("sqlite3")