X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdipp%2FCMakeLists.txt;h=27592081c9dba22dc2ce8e61d35cf2c0dbe2a260;hp=d13071ab78a48d397b7e381724d892537a11bc5f;hb=2d30c7d4bb4f137ce209837206bac7bc4661986a;hpb=0b2d00fcee8dee36c47060e933d4adbefa05a56e diff --git a/ftdipp/CMakeLists.txt b/ftdipp/CMakeLists.txt index d13071a..2759208 100644 --- a/ftdipp/CMakeLists.txt +++ b/ftdipp/CMakeLists.txt @@ -40,7 +40,7 @@ endif(${UNIX}) if(${WIN32}) - install( TARGETS ftdi_cpp + install( TARGETS ftdi_cpp DESTINATION bin COMPONENT sharedlibs ) @@ -55,4 +55,3 @@ endif(${WIN32}) else(Boost_FOUND) message(STATUS "Boost not found, won't build libftdi++") endif(Boost_FOUND) -