libftdi1
1.5
|
Functions | |
set (cpp_sources ${CMAKE_CURRENT_SOURCE_DIR}/ftdi.cpp CACHE INTERNAL "List of cpp sources") set(cpp_headers $ | |
ftdi hpp CACHE INTERNAL List of cpp headers | include_directories (BEFORE ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src) include_directories($ |
add_library (ftdipp1 SHARED ${cpp_sources}) math(EXPR VERSION_FIXUP "$ | |
set_target_properties (ftdipp1 PROPERTIES VERSION ${VERSION_FIXUP}.${MINOR_VERSION}.0 SOVERSION 3) set_target_properties(ftdipp1 PROPERTIES CLEAN_DIRECT_OUTPUT 1) target_link_libraries(ftdipp1 ftdi1 $ | |
set | ( | cpp_sources ${CMAKE_CURRENT_SOURCE_DIR}/ftdi.cpp CACHE INTERNAL "List of cpp sources" | ) |
Definition at line 4 of file ftdipp/CMakeLists.txt.
ftdi hpp CACHE INTERNAL List of cpp headers include_directories | ( | BEFORE ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/ | src | ) |
Definition at line 8 of file ftdipp/CMakeLists.txt.
add_library | ( | ftdipp1 SHARED ${cpp_sources} | ) |
Definition at line 15 of file ftdipp/CMakeLists.txt.
set_target_properties | ( | ftdipp1 PROPERTIES VERSION ${VERSION_FIXUP}.${MINOR_VERSION}.0 SOVERSION | 3 | ) |
Definition at line 18 of file ftdipp/CMakeLists.txt.