Update CMakeLists.txt
This commit is contained in:
parent
8fa4a610a4
commit
a22797e390
@ -125,7 +125,7 @@ if (NOT CMAKE_CROSSCOMPILING)
|
|||||||
if (WIN32 OR CYGWIN)
|
if (WIN32 OR CYGWIN)
|
||||||
add_custom_target(build_tl_parser
|
add_custom_target(build_tl_parser
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tl-parser/contrib/vs/
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tl-parser/contrib/vs/
|
||||||
COMMAND msbuild tl-parser.sln -t:Rebuild -p:Configuration=Release
|
COMMAND cmd /C msbuild tl-parser.sln -t:Rebuild -p:Configuration=Release
|
||||||
COMMENT "Build tl-parser"
|
COMMENT "Build tl-parser"
|
||||||
DEPENDS scheme/mtproto_api.tl scheme/telegram_api.tl scheme/secret_api.tl scheme/td_api.tl
|
DEPENDS scheme/mtproto_api.tl scheme/telegram_api.tl scheme/secret_api.tl scheme/td_api.tl
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user