1 2 3 4 5 6
cmake_minimum_required(VERSION 4.1) project(OpticalDesign VERSION 0.1 LANGUAGES CXX) add_subdirectory(src) add_subdirectory(third_party)