Blame view

CMakeLists.txt 350 Bytes
a9ad68f7   Peter M. Groen   Setting up the re...
1
2
3
4
5
6
7
8
9
10
11
  cmake_minimum_required(VERSION 3.0)
  LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/submodules/cmake)
  
  include(projectheader)
  project_header(datatypes)
  
  # set(REPOSITORY_PACKAGE_NAME ${PROJECT_NAME} CACHE STRING "Repository name for ${PROJECT_NAME}" FORCE)
  add_subdirectory(src)
  
  # Test applications for each component.
  # add_subdirectory(tests)