Build codegen utils with cmake.

This commit is contained in:
John Preston
2019-11-08 11:27:39 +03:00
parent 6a668fc171
commit b7fed0377c
17 changed files with 322 additions and 4 deletions
+18
View File
@@ -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
# )