libftdi-git Archives

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

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 16 Mar 2009 21:43:38 +0100 (CET)
The branch, master has been updated
       via  603b0de5ffed2d87151512993221d722d6e3a8e6 (commit)
      from  52448565feff5a91cb42df91b0aad64c3abd380c (commit)


- Log -----------------------------------------------------------------
commit 603b0de5ffed2d87151512993221d722d6e3a8e6
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Mon Mar 16 21:43:29 2009 +0100

    Build and configure libftdi-config script on UNIX platforms

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

Summary of changes:
 CMakeLists.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 74f45ed..8a0baff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -116,4 +116,9 @@ configure_file(${CMAKE_SOURCE_DIR}/libftdipp.pc.in 
${CMAKE_BINARY_DIR}/libftdipp
 install(FILES ${CMAKE_BINARY_DIR}/libftdi.pc ${CMAKE_BINARY_DIR}/libftdipp.pc
         DESTINATION lib/pkgconfig)
 
+if(${UNIX})
+    configure_file(${CMAKE_SOURCE_DIR}/libftdi-config.in 
${CMAKE_BINARY_DIR}/libftdi-config @ONLY)
+    install(PROGRAMS ${CMAKE_BINARY_DIR}/libftdi-config DESTINATION bin)
+endif(${UNIX})
+
 include(CPack)


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-24-g603b0de, libftdi-git <=