CMakeLists.txt
388 Bytes
cmake_minimum_required(VERSION 3.10)
project(osdev_xml)
LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/submodules/cmake)
# =================================================================
# = Include build information
include(projectheader)
project_header(osdev_xml)
add_subdirectory(src)
#add_subdirectory(test)
#add_subdirectory(examples)
include(packaging)
package_component()