This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
libreSSL
Watch
1
Star
0
Fork
0
You've already forked libreSSL
Code
Issues
Pull Requests
Releases
Wiki
Activity
libreSSL
/
apps
/
CMakeLists.txt
3 lines
47 B
CMake
Raw
Normal View
History
Unescape
Escape
modify cmake to build nc - modify structure of CMakeLists.txt under apps/ * move apps/CMakeLists.txt to apps/openssl/ since this is for openssl build * create new apps/nc/CMakeLists.txt for nc build * modify apps/CMakeLists.txt just add_subdirectory() - add checking and compile of arc4random_uniform() - add installing man files, openssl.1 and nc.1
2016-04-07 15:08:12 +09:00
add_subdirectory
(
openssl
)
add_subdirectory
(
nc
)
Reference in New Issue
Copy Permalink