Blame view

CMakeLists.txt 238 Bytes
850436fc   Peter M. Groen   Added CMakeLists
1
2
3
  cmake_minimum_required(VERSION 3.16)
  LIST( APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/submodules/cmake )
  include(projectheader)
1a51a0a3   Peter M. Groen   Fixed CMakeLists
4
  project_header(osdev_datamodels)
850436fc   Peter M. Groen   Added CMakeLists
5
  
1a51a0a3   Peter M. Groen   Fixed CMakeLists
6
7
8
  add_subdirectory(src)
  #add_subdirectory(examples)
  #add_subdirectory(test)