libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v0.15-21-g340152b

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 16 Mar 2009 21:02:18 +0100 (CET)
The branch, master has been updated
       via  340152b2343e3ee08dc2b98fee5e0e57b8b22afd (commit)
      from  22d12cda4aed8d25fb79588a7261ca489db5ecd7 (commit)


- Log -----------------------------------------------------------------
commit 340152b2343e3ee08dc2b98fee5e0e57b8b22afd
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Mon Mar 16 21:01:48 2009 +0100

    libftdi++: Adjust library filename to match autoconf suite: libftdipp.so

-----------------------------------------------------------------------

Summary of changes:
 examples/CMakeLists.txt |    2 +-
 ftdipp/CMakeLists.txt   |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 04c0497..ccd2f89 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -31,5 +31,5 @@ if(FTDI_BUILD_CPP)
    add_executable(find_all_pp find_all_pp.cpp)
 
    # Linkage
-   target_link_libraries(find_all_pp ftdi_cpp)
+   target_link_libraries(find_all_pp ftdipp)
 endif()
diff --git a/ftdipp/CMakeLists.txt b/ftdipp/CMakeLists.txt
index 411abdb..63729de 100644
--- a/ftdipp/CMakeLists.txt
+++ b/ftdipp/CMakeLists.txt
@@ -18,15 +18,15 @@ set(FTDI_BUILD_CPP True PARENT_SCOPE)
 message(STATUS "Building libftdi++")
 
 # Targets
-add_library(ftdi_cpp SHARED ${cpp_sources})
+add_library(ftdipp SHARED ${cpp_sources})
 
 # Dependencies
-target_link_libraries(ftdi_cpp ftdi ${LIBUSB_LIBRARIES} ${BOOST_LIBRARIES})
+target_link_libraries(ftdipp ftdi ${LIBUSB_LIBRARIES} ${BOOST_LIBRARIES})
 
 # Install
 if(${UNIX})
 
-   install( TARGETS ftdi_cpp
+   install( TARGETS ftdipp
             LIBRARY DESTINATION lib
             COMPONENT sharedlibs
             )
@@ -40,7 +40,7 @@ endif(${UNIX})
 
 if(${WIN32})
 
-   install( TARGETS ftdi_cpp
+   install( TARGETS ftdipp
             DESTINATION bin
             COMPONENT sharedlibs
             )


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v0.15-21-g340152b, libftdi-git <=