mirror of
https://github.com/libAthena/athena.git
synced 2025-07-13 00:26:09 +00:00
8 lines
252 B
CMake
8 lines
252 B
CMake
if (EXISTS ${CMAKE_SOURCE_DIR}/extern/lzokay)
|
|
add_subdirectory(lzokay)
|
|
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
|
target_compile_options(lzokay PRIVATE -Wno-maybe-uninitialized)
|
|
endif ()
|
|
endif ()
|
|
add_subdirectory(zlib)
|
|
add_subdirectory(yaml) |