# HG changeset patch # User Sebastien Jodogne # Date 1423836231 -3600 # Node ID a761deb8572967cc64e239af58c0393050a6c8db # Parent 1609f71dc2596f46fc8a65be42cf6dabd9d1c139 fix diff -r 1609f71dc259 -r a761deb85729 Plugins/Samples/ServeFolders/CMakeLists.txt --- a/Plugins/Samples/ServeFolders/CMakeLists.txt Fri Feb 13 14:37:52 2015 +0100 +++ b/Plugins/Samples/ServeFolders/CMakeLists.txt Fri Feb 13 15:03:51 2015 +0100 @@ -23,7 +23,7 @@ endif() include_directories(${CMAKE_SOURCE_DIR}/../../Include/) -add_library(ServerFolders SHARED +add_library(ServeFolders SHARED Plugin.cpp ${THIRD_PARTY_SOURCES} ) @@ -31,5 +31,5 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux") # Linking with "pthread" is necessary, otherwise the software crashes # http://sourceware.org/bugzilla/show_bug.cgi?id=10652#c17 - target_link_libraries(ServerFolders dl rt) + target_link_libraries(ServeFolders dl rt) endif()