mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-01-15 17:02:52 +08:00
sync up with github
This commit is contained in:
parent
a69ee52b60
commit
756ddc8082
@ -3,8 +3,8 @@
|
||||
- GuiLite可以嵌入在iOS、Android、MFC、QT等其他UI系统中,让你的界面集百家之长,又不失个性。
|
||||
- GuiLite鼓励混合编程,开发者可以用GuiLite接管UI部分,用Swift,Java,Go,C#,Python发开业务部分。
|
||||
|
||||
## 新功能:“云”管理
|
||||
**统计代码的编译情况:**
|
||||
## 新功能:自我监控
|
||||
**上报“编译/运行”情况至“云端”:**
|
||||
|
||||
![BuildInfo](doc/BuildInfo.png)
|
||||
|
||||
|
@ -22,5 +22,5 @@ TARGET_LINK_LIBRARIES(core
|
||||
sample)
|
||||
|
||||
execute_process(
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/sync.sh Core
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/.sync.sh Core
|
||||
)
|
||||
|
@ -14,5 +14,5 @@ ADD_LIBRARY(gui ${SRC})
|
||||
TARGET_LINK_LIBRARIES(gui core sample)
|
||||
|
||||
execute_process(
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/sync.sh Gui
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/.sync.sh Gui
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user