Inital commit
CI / macOS (push) Has been cancelled
CI / Windows / Clang (push) Has been cancelled
CI / macOS (push) Has been cancelled
CI / Windows / Clang (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
project(celrs VERSION 0.1.0)
|
||||
|
||||
# CMake configuration
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/deps")
|
||||
|
||||
# Platform flags
|
||||
include(Platform)
|
||||
include(Flags)
|
||||
|
||||
include(Coverage)
|
||||
|
||||
# Core Library
|
||||
add_subdirectory(celrs)
|
||||
|
||||
# Tools
|
||||
add_subdirectory(tools)
|
||||
|
||||
# Testing
|
||||
enable_testing()
|
||||
add_subdirectory(tests)
|
||||
|
||||
# IDE configuration
|
||||
include(IDE)
|
||||
Reference in New Issue
Block a user