CMakeLists.txt 288 B

1234567
  1. # CMakeLists files in this project can
  2. # refer to the root source directory of the project as ${rawls-reader_SOURCE_DIR} and
  3. # to the root binary directory of the project as ${rawls-reader_BINARY_DIR}.
  4. cmake_minimum_required (VERSION 2.8.11)
  5. project(rawls-reader)
  6. add_subdirectory(rawls)