From 51a89c02ab5d9eca4250a1e974c6bc99753cabc2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 26 Feb 2021 16:10:23 +0530 Subject: Comment about building and installing shared library. * CMakeLists.txt: Comment about building and installing shared library. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4aeba53..076a92b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,7 @@ endforeach() include_directories("include") +# Build and install shared library with headers. add_library(extentsampling SHARED ${C_SOURCES}) target_link_libraries(extentsampling -lgsl -lgslcblas) set_target_properties(extentsampling PROPERTIES -- cgit v1.2.3