CMakeLists.txt 335 B

123456789
  1. # CMakeLists files in this project can
  2. # refer to the root source directory of the project as ${rawls-tools_SOURCE_DIR} and
  3. # to the root binary directory of the project as ${rawls-tools_BINARY_DIR}.
  4. cmake_minimum_required (VERSION 3.10.2)
  5. project(rawls-tools)
  6. add_subdirectory(lodepng)
  7. add_subdirectory(rawls)
  8. add_subdirectory(main)