tdesktop/cmake/constants.cmake

9 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()