CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d22ad11..e90fcdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ file(GLOB SOURCES ) message(${SOURCES}) -add_library(LercLib SHARED ${SOURCES}) +add_library(LercLib ${SOURCES}) target_link_libraries (LercLib)