Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .travis/script_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cmake --build .
make install

# run Gtest
./bin/bip39_tests
./test/bip39_tests
3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ set(SOURCE_FILES
)

add_library(bip39 SHARED STATIC ${SOURCE_FILES})

install(TARGETS bip39 DESTINATION ${BIP39_INSTALL_LIB_DIR})
install(FILES bip39.h en.h en_str.h util.h DESTINATION ${BIP39_INSTALL_INCLUDE_DIR})
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ set(SOURCE_FILES main.cpp src/bip39_tests.cpp)

add_executable(bip39_tests ${SOURCE_FILES})
target_link_libraries(bip39_tests bip39 gtest)
install(TARGETS bip39_tests DESTINATION bin)

if (CMAKE_BUILD_TYPE STREQUAL "Coverage")
include("${CMAKE_SOURCE_DIR}/cmake/CodeCoverage.cmake")
Expand Down