2023-08-10 11:15:17 +03:00
|
|
|
set(SOURCES
|
|
|
|
main.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(stat ${SOURCES})
|
2024-06-19 04:20:23 +03:00
|
|
|
banan_link_library(stat ban)
|
|
|
|
banan_link_library(stat libc)
|
2023-08-10 11:15:17 +03:00
|
|
|
|
2024-06-20 14:32:05 +03:00
|
|
|
install(TARGETS stat OPTIONAL)
|