43623d6 ^
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)