mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
12e21fab26
CMake build now using BUILD_TESTING=ON/OFF (default is OFF) to build tests and enabling CTest integration. Options BUILD_CURL_TESTS and BUILD_DASHBOARD_REPORTS was removed. Closes #882 Reviewed-by: Brad King
5 lines
97 B
CMake
5 lines
97 B
CMake
add_subdirectory(data)
|
|
add_subdirectory(libtest)
|
|
add_subdirectory(server)
|
|
add_subdirectory(unit)
|