Начало рефакторинга

This commit is contained in:
2020-04-21 12:46:30 +03:00
parent b845211222
commit 44817a8a94
8 changed files with 21 additions and 9 deletions

View File

@ -15,7 +15,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/find)
include(CMLibCommon)
option(MYXLIB_BUILD_COMPILED "Build compiled version of library" OFF)
option(MYXLIB_HEADER_ONLY "Build header only version of library" ON)
option(MYXLIB_BUILD_EXAMPLES "Build examples" OFF)
# Поиск библиотек с помощью pkgconfig
@ -64,4 +64,3 @@ endif()
# Документация
add_subdirectory(cmake/doc)