This removes the need for an externally built library, thus officially removing the deprecated Xbox projects. Other minimal changes were made to ensure consistency. Comments will be made in the PR. Thanks to @Prcuvu for the initial push.
18 lines
424 B
CMake
18 lines
424 B
CMake
include(CMakeProject-lua.cmake)
|
|
include(CMakeProject-glew.cmake)
|
|
include(CMakeProject-json.cmake)
|
|
if (APPLE OR MSVC)
|
|
include(CMakeProject-mad.cmake)
|
|
include(CMakeProject-zlib.cmake)
|
|
endif()
|
|
if (NOT SYSTEM_PCRE_FOUND)
|
|
include(CMakeProject-pcre.cmake)
|
|
endif()
|
|
include(CMakeProject-tomcrypt.cmake)
|
|
include(CMakeProject-tommath.cmake)
|
|
include(CMakeProject-png.cmake)
|
|
|
|
if (APPLE)
|
|
include(CMakeProject-jpeg.cmake)
|
|
endif()
|