2015-11-10 02:06:27 +00:00
|
|
|
#disable libBoo for FreeBSD for the time being
|
|
|
|
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
|
|
|
add_subdirectory(libBoo)
|
|
|
|
set(BOO_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libBoo/include)
|
|
|
|
endif()
|
|
|
|
|
2015-07-19 20:52:22 +00:00
|
|
|
add_subdirectory(libSquish)
|
2015-09-22 01:41:38 +00:00
|
|
|
add_subdirectory(xxhash)
|
2015-10-30 20:03:20 +00:00
|
|
|
if (NOT TARGET LogVisor)
|
2015-07-07 03:24:09 +00:00
|
|
|
add_subdirectory(LogVisor)
|
2015-10-30 20:03:20 +00:00
|
|
|
endif()
|
2015-09-02 18:52:04 +00:00
|
|
|
add_subdirectory(Athena)
|
2015-08-31 03:36:24 +00:00
|
|
|
add_subdirectory(libpng)
|