fcitx5-ipa-sil/CMakeLists.txt

9 lines
294 B
CMake
Raw Normal View History

2023-11-11 23:39:52 +00:00
cmake_minimum_required(VERSION 3.21)
project(fcitx5-ipa-sil)
find_package(Fcitx5Core REQUIRED)
# Setup some compiler option that is generally useful and compatible with Fcitx 5 (C++17)
include("${FCITX_INSTALL_CMAKECONFIG_DIR}/Fcitx5Utils/Fcitx5CompilerSettings.cmake")
add_subdirectory(src)