Renamed project name in CMakeLists.

This commit is contained in:
Anton Kashcheev 2018-04-22 16:12:55 +03:00 committed by Berkus Decker
parent c237414cc6
commit cc8c119b7a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(telegram-desktop)
project(kepka-desktop)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cotire/CMake;${PROJECT_SOURCE_DIR}/modules/")
include(cotire)