project(${PROJECT_NAME}-qt VERSION ${PROJECT_VERSION}) set(CMAKE_AUTOUIC ON) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) # network and gui interface for an sACN node add_subdirectory(sacn) # Enttec DMX-USB-Pro serial driver add_subdirectory(dmxwidget)