7 lines
239 B
CMake
7 lines
239 B
CMake
# Copyright (c) 2023 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/day/CMakeLists.txt)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/night/CMakeLists.txt) |