From 2510a5e6f98360bb7cd4a52ecf2274656fe75dcc Mon Sep 17 00:00:00 2001 From: kinichiro Date: Thu, 7 Apr 2016 15:08:12 +0900 Subject: 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 --- include/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index be442a0..110caa5 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -2,4 +2,4 @@ install(DIRECTORY . DESTINATION include PATTERN "CMakeLists.txt" EXCLUDE PATTERN "compat" EXCLUDE - PATTERN "Makefile.*" EXCLUDE) + PATTERN "Makefile*" EXCLUDE) -- cgit v1.2.3-55-g6feb