summaryrefslogtreecommitdiff
path: root/owner/CMakeLists.txt
blob: 961efe72403c65d216b315a9ef3a15a36a8f4ad3 (plain) (blame)
1
2
3
4
5
6
set(OWNER_SRCS
        owner.c
)
add_executable(hscript-printowner ${OWNER_SRCS})

install(TARGETS hscript-printowner DESTINATION bin)