Skip to content

Commit

Permalink
marked shared
Browse files Browse the repository at this point in the history
  • Loading branch information
REDMOND\takendall committed Jan 2, 2024
1 parent 50ca7ea commit 9d0c576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ if (INSTALL_PFFFT)
endif()


add_library(PFFFT_SHARED STATIC ${FLOAT_SOURCES} ${DOUBLE_SOURCES} pffft_common.c pffft_priv_impl.h pffft.hpp )
add_library(PFFFT_SHARED SHARED ${FLOAT_SOURCES} ${DOUBLE_SOURCES} pffft_common.c pffft_priv_impl.h pffft.hpp )
if (WIN32)
set_target_properties(PFFFT_SHARED PROPERTIES OUTPUT_NAME "pffft.s.dll")
else()
Expand Down

0 comments on commit 9d0c576

Please sign in to comment.