hunting/external/CMakeLists.txt
2023-12-19 08:28:56 -08:00

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}
)