Skip to content

Commit 1768b2c

Browse files
authored
Remove the 'examples' folder from axis (#764)
1 parent 9791189 commit 1768b2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1
-2592
lines changed

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,4 @@ if(AX_BUILD_TESTS)
7676
add_subdirectory(${AXIS_ROOT_PATH}/tests/lua-tests/project ${ENGINE_BINARY_PATH}/tests/lua-test)
7777
endif(AX_ENABLE_EXT_LUA)
7878

79-
endif()
80-
81-
if(AX_BUILD_EXAMPLES)
82-
# add examples/SimpleSnake into project(axis) for tmp example
83-
add_subdirectory(${AXIS_ROOT_PATH}/examples/SimpleSnake ${ENGINE_BINARY_PATH}/examples/SimpleSnake)
84-
endif()
79+
endif()

examples/SimpleSnake/CMakeLists.txt

Lines changed: 0 additions & 203 deletions
This file was deleted.

examples/SimpleSnake/Classes/AppDelegate.cpp

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)