Userspace: Pprogram template and loadfont mark install as optional

This commit is contained in:
2024-07-21 17:41:40 +03:00
parent 86b6714777
commit e00efca170
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ add_executable($PROGRAM_NAME \${SOURCES})
banan_link_library($PROGRAM_NAME ban)
banan_link_library($PROGRAM_NAME libc)
install(TARGETS $PROGRAM_NAME)
install(TARGETS $PROGRAM_NAME OPTIONAL)
EOF
cat > $PROGRAM_NAME/main.cpp << EOF