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.
secp256k1
1 parent 76a3a54 commit ab5c63eCopy full SHA for ab5c63e
src/CMakeLists.txt
@@ -73,6 +73,9 @@ if(DEFINED ENV{CFLAGS})
73
endif()
74
set(CMAKE_EXPORT_COMPILE_COMMANDS OFF)
75
add_subdirectory(secp256k1)
76
+set_target_properties(secp256k1 PROPERTIES
77
+ EXCLUDE_FROM_ALL TRUE
78
+)
79
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
80
string(APPEND CMAKE_C_COMPILE_OBJECT " ${APPEND_CPPFLAGS} ${APPEND_CFLAGS}")
81
0 commit comments