distromatic/CMakeLists.txt

8 lines
151 B
CMake
Raw Normal View History

2020-06-18 13:55:52 +02:00
project(distromatic)
cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
set(LOCALEDIR "${CMAKE_INSTALL_PREFIX}/share/locale")
add_subdirectory(src)