1
0
Fork 0

Use the right path to build directory for cld3 code generation

This commit is contained in:
Ilya Fedin 2024-05-16 10:59:53 +04:00 committed by John Preston
parent d9f958e0ba
commit a7527c0e6e

View file

@ -13,7 +13,7 @@ init_target(external_cld3_bundled "(external)")
set(cld3_loc ${third_party_loc}/cld3) set(cld3_loc ${third_party_loc}/cld3)
set(cld3_src ${cld3_loc}/src) set(cld3_src ${cld3_loc}/src)
set(gen_loc ${cld3_loc}/build/gen) set(gen_loc ${CMAKE_CURRENT_BINARY_DIR}/gen)
set(gen_dst ${gen_loc}/cld_3/protos) set(gen_dst ${gen_loc}/cld_3/protos)
if (DESKTOP_APP_USE_PACKAGED OR LINUX) if (DESKTOP_APP_USE_PACKAGED OR LINUX)