mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-02-20 00:33:48 +01:00
* Fix quoting issue causing bad library include path, add install step hackrf-tools.
* Add artifact publish step for Windows libraries and host tools. * Replace runner.workspace with github.workspace. * Update checkout task to v4 to supress warning. * Update CMAKE for libhackrf and hackrf-tools to also install DLLs on WIN32 platforms. * Update uploadartifact task to v4 since v3 uses an end-of-life node version 16. * Add a new windows variable for the vcpkg cmake toolchain makefile.
This commit is contained in:
@@ -65,3 +65,10 @@ foreach(tool ${TOOLS})
|
||||
target_link_libraries(${tool} ${TOOLS_LINK_LIBS})
|
||||
install(TARGETS ${tool} RUNTIME DESTINATION ${INSTALL_DEFAULT_BINDIR})
|
||||
endforeach(tool)
|
||||
|
||||
if( ${WIN32} )
|
||||
install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/$<CONFIGURATION>/"
|
||||
DESTINATION ${INSTALL_DEFAULT_BINDIR}
|
||||
FILES_MATCHING
|
||||
PATTERN "fftw*.dll")
|
||||
endif( ${WIN32} )
|
||||
|
||||
Reference in New Issue
Block a user