add_executable(galabs galabs.c spectree.c spectree.h)
target_include_directories(galabs PUBLIC
        ${EXT_INCLUDE_DIRS})
target_link_directories(galabs PUBLIC
        ${EXT_LIBRARY_DIRS})
target_link_libraries(galabs PUBLIC
        compiler_flags
        ${EXT_LIBRARIES}
        simput labnh posstring)

install(TARGETS galabs DESTINATION bin)
install(FILES galabs.par DESTINATION share/simput/pfiles)
