2025-07-14 08:45:09 +00:00
|
|
|
cmake_minimum_required(VERSION 3.14)
|
2022-03-04 22:40:20 +03:30
|
|
|
project(Light)
|
2025-07-05 11:33:43 +03:30
|
|
|
|
2025-09-21 14:29:19 +03:30
|
|
|
include(${CMAKE_CURRENT_SOURCE_DIR}/tools/cmake/functions.cmake)
|
|
|
|
|
include(${CMAKE_CURRENT_SOURCE_DIR}/tools/cmake/definitions.cmake)
|
|
|
|
|
include(${CMAKE_CURRENT_SOURCE_DIR}/tools/cmake/options.cmake)
|
2025-07-21 09:37:44 +00:00
|
|
|
|
2025-07-20 05:20:43 +03:30
|
|
|
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/modules)
|