From 96043bf969e146c00d016af5edb5a4c4f351aa2d Mon Sep 17 00:00:00 2001 From: Weston Schmidt Date: Wed, 22 Mar 2017 22:46:53 -0700 Subject: [PATCH] Rename liblibparodus.so to libparodus.so. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e67a234..a89d544 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set(PROJ_PARODUS_LIB libparodus) +set(PROJ_PARODUS_LIB parodus) file(GLOB HEADERS libparodus.h libparodus_log.h) set(SOURCES libparodus.c libparodus_time.c libparodus_queues.c)