driver-install: implemented a simple installer
This commit is contained in:
9
userspace/programs/driver-install/CMakeLists.txt
Normal file
9
userspace/programs/driver-install/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(driver-install ${SOURCES})
|
||||
banan_link_library(driver-install ban)
|
||||
banan_link_library(driver-install libc)
|
||||
|
||||
install(TARGETS driver-install OPTIONAL)
|
||||
Reference in New Issue
Block a user