connect with power bi

This commit is contained in:
idea4good
2018-08-30 16:48:23 +08:00
parent a7a75dcd09
commit 5ebac1b79d
3 changed files with 17 additions and 0 deletions

View File

@@ -12,3 +12,7 @@ FILE(GLOB SRC src/*.cpp)
ADD_LIBRARY(gui ${SRC})
TARGET_LINK_LIBRARIES(gui core sample)
execute_process(
COMMAND ${CMAKE_SOURCE_DIR}/connect.sh Gui
)