mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
8 lines
228 B
CMake
8 lines
228 B
CMake
get_filename_component(libs_loc "../Libraries" REALPATH)
|
|
get_filename_component(third_party_loc "Telegram/ThirdParty" REALPATH)
|
|
|
|
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
|
set(build_debug 1)
|
|
else()
|
|
set(build_debug 0)
|
|
endif()
|