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