From 86a07232637625234cfa5116a96fb4602619b663 Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Mon, 22 Oct 2012 13:33:49 +0200 Subject: Change project name from Cura to OpenLMI --- src/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6532df3..ff3bf58 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,13 +1,13 @@ include_directories(.) -add_library(curacommon SHARED +add_library(openlmicommon SHARED globals.c ) -set_target_properties(curacommon PROPERTIES SOVERSION 0.0.1) +set_target_properties(openlmicommon PROPERTIES SOVERSION 0.0.1) -install(TARGETS curacommon DESTINATION lib${LIB_SUFFIX}) -install(FILES globals.h DESTINATION include/cura) +install(TARGETS openlmicommon DESTINATION lib${LIB_SUFFIX}) +install(FILES globals.h DESTINATION include/openlmi) if (WITH-FAN) add_subdirectory(fan) -- cgit