Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework of CMakeLists and Better Detection of LibSodium #4

Merged
merged 2 commits into from Aug 25, 2016

Conversation

da2ce7
Copy link

@da2ce7 da2ce7 commented Aug 25, 2016

No description provided.

add_library(sodiumpp SHARED sodiumpp/sodiumpp.cpp sodiumpp/z85/z85.c sodiumpp/z85/z85_impl.cpp sodiumpp/locked_string.cpp)
target_link_libraries(sodiumpp sodium)
find_library(SODIUMLIB sodium)
add_library(${MODULE_NAME} SHARED ${cxx-sources} ${cxx-headers})

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

headers?

@tigusoft tigusoft merged commit 8b1bfe2 into yedino:tigusoft Aug 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants