2023-06-11 21:01:02 +03:00
|
|
|
set(SOURCES
|
|
|
|
main.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(init ${SOURCES})
|
2024-06-19 04:20:23 +03:00
|
|
|
banan_include_headers(init ban)
|
|
|
|
banan_link_library(init libc)
|
2023-06-11 21:01:02 +03:00
|
|
|
|
2024-06-20 14:32:05 +03:00
|
|
|
install(TARGETS init OPTIONAL)
|