sync up with github

This commit is contained in:
idea4good
2018-10-04 14:30:29 +08:00
parent 756ddc8082
commit 05c1be4afb
42 changed files with 1179 additions and 2573 deletions

View File

@@ -11,8 +11,6 @@ FILE(GLOB SRC src/*.cpp)
ADD_LIBRARY(gui ${SRC})
TARGET_LINK_LIBRARIES(gui core sample)
execute_process(
COMMAND ${CMAKE_SOURCE_DIR}/.sync.sh Gui
)