diff --git a/CMakeLists.txt b/CMakeLists.txt index 91609ea..0ca5efa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. cmake_minimum_required(VERSION 3.0) project(dynstr C) -add_library(${PROJECT_NAME} STATIC "dynstr.c") +add_library(${PROJECT_NAME} "dynstr.c") target_include_directories(${PROJECT_NAME} PUBLIC "include") install(TARGETS ${PROJECT_NAME}) install(DIRECTORY include/ TYPE INCLUDE)