build: allow enabling the musig module in cmake

This commit is contained in:
Jonas Nick
2024-01-06 20:17:27 +00:00
parent f411841a46
commit 168c92011f
3 changed files with 17 additions and 0 deletions

View File

@@ -32,3 +32,7 @@ endif()
if(SECP256K1_ENABLE_MODULE_ELLSWIFT)
add_example(ellswift)
endif()
if(SECP256K1_ENABLE_MODULE_MUSIG)
add_example(musig)
endif()