start develop picloud

This commit is contained in:
2020-08-24 13:23:31 +03:00
parent f033119a8b
commit 3965e54e38
10 changed files with 67 additions and 277 deletions

View File

@@ -498,7 +498,7 @@ if (NOT CROSSTOOLS)
# Test program
if(PIP_UTILS)
add_executable(pip_test "main.cpp")
target_link_libraries(pip_test pip)
target_link_libraries(pip_test pip pip_cloud)
if (LUA_FOUND)
target_link_libraries(pip_test pip_lua ${LUA_LIBRARIES})
endif()