CMakeLists.txt
363 Bytes
cmake_minimum_required(VERSION 3.0)
LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/submodules/cmake)
project(osdev_qt-bluetooth)
# ==============================================================================
include(projectheader)
project_header(osdev_qt-bluetooth)
add_subdirectory(src)
add_subdirectory(tests)
# include(packaging)
# package_component()