Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions bls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ cmake_minimum_required(VERSION 3.14.0)
set(CMAKE_CXX_STANDARD 14)

set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_CXX_FLAGS, "-fpermissive")
set(CMAKE_CXX_FLAGS "-fpermissive")
set(MI_LOCAL_DYNAMIC_TLS ON CACHE BOOL "Use dlopen-compatible TLS mechanism")
add_library( # Sets the name of the library.
dashjbls
# Sets the library as a shared library.
SHARED
SHARED
# Provides a relative path to your source file(s).
src/main/cpp/bls-signatures-v1.cpp
src/main/cpp/threshold-v1.cpp
Expand Down Expand Up @@ -46,7 +47,8 @@ target_link_libraries( # Specifies the target library.
dashjbls

# Links the target library to the bls library
bls-dash)
dashbls
)

# import the bls-signature project as is
add_subdirectory(src/main/cpp/bls-signatures)
2 changes: 1 addition & 1 deletion bls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dashj-bls-parent</artifactId>
<groupId>org.dashj</groupId>
<version>1.0.1</version>
<version>1.3.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bls/src/main/cpp/bls-signatures
Submodule bls-signatures updated 409 files
Loading