mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Build codegen utils with cmake.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
add_subdirectory(lib_rpl)
|
||||
add_subdirectory(lib_crl)
|
||||
add_subdirectory(lib_base)
|
||||
add_subdirectory(codegen)
|
||||
|
||||
# get_filename_component(src_loc "./SourceFiles" REALPATH)
|
||||
|
||||
# add_executable(Telegram WIN32 MACOSX_BUNDLE
|
||||
# ${src_loc}/main.cpp
|
||||
# )
|
||||
# init_target(Telegram)
|
||||
|
||||
# force_include(Telegram stdafx.h)
|
||||
|
||||
# target_link_libraries(Telegram
|
||||
# PRIVATE
|
||||
# lib_base
|
||||
# )
|
||||
Reference in New Issue
Block a user