cmake_minimum_required(VERSION 4.1) project(OpticalDesign VERSION 0.1 LANGUAGES CXX) add_subdirectory(src) add_subdirectory(third_party)