blob: dbdcd3b674c19afa5e3d5ca360e2734edd4ef9f1 (
plain) (
blame)
1
2
3
4
5
6
|
set(EXEC_SRCS
executor.cc
)
add_executable(hscript-executor ${EXEC_SRCS})
target_link_libraries(hscript-executor hscript)
install(TARGETS hscript-executor DESTINATION bin)
|