summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 5fc2a2bf..d03fc50c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -72,12 +72,13 @@ if(${CMAKE_VERSION} VERSION_LESS "3.14.0") endmacro() endif() +project(nheko LANGUAGES CXX C) + include(GNUInstallDirs) # Include Qt basic functions include(QtCommon) -project(nheko LANGUAGES CXX C) set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MINOR "8") set(CPACK_PACKAGE_VERSION_PATCH "0")