bismuth/CMakeLists.txt
Mikhail Zolotukhin e302cc276e chore: use CMake for building the kwinscript part
CMake has facilities, that will simplify the building process and
prevent reinventing the wheel.
2021-11-10 00:34:17 +03:00

9 lines
178 B
CMake

# SPDX-FileCopyrightText: 2021 Mikhail Zolotukhin <mail@genda.life>
# SPDX-License-Identifier: MIT
cmake_minimum_required(VERSION 3.16)
project(bismuth)
add_subdirectory(src)