add_executable(generator_example
    generator.cpp
)
target_link_libraries(generator_example dlplangenerator dlplancore)
