This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
solar/CMakeLists.txt

4 lines
80 B
CMake

cmake_minimum_required(VERSION 2.8.3)
project(SOLAR CXX)
add_subdirectory(src)