We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95db29b commit 0dfe387Copy full SHA for 0dfe387
CMakeLists.txt
@@ -13,6 +13,7 @@ project(libsecp256k1
13
LANGUAGES C
14
)
15
enable_testing()
16
+include(CTestUseLaunchers) # Allow users to set CTEST_USE_LAUNCHERS in custom `ctest -S` scripts.
17
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
18
19
# The library version is based on libtool versioning of the ABI. The set of
0 commit comments