blob: a8dfda8028a3f18924a993fa6a9695a88006d4df (
plain) (
blame)
1
2
3
4
5
6
7
|
set(SIMULATOR_SRCS
simulator.cc
)
add_executable(hscript-simulate ${SIMULATOR_SRCS})
target_link_libraries(hscript-simulate hscript)
install(TARGETS hscript-simulate DESTINATION bin)
|