mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
9 lines
205 B
CMake
9 lines
205 B
CMake
|
|
add_subdirectory(sqlite3/sqlite-3430000)
|
|
add_subdirectory(goahead-5.2.0)
|
|
|
|
add_custom_target(
|
|
External_lib_clean
|
|
COMMAND rm -rf goahead-5.2.0/GoAhead
|
|
WORKING_DIRECTORY ${EXTERNAL_SOURCE_PATH}
|
|
) |