cmake_minimum_required(VERSION 3.1)

project(qxDllSample LANGUAGES CXX)

add_subdirectory(dll1)
add_subdirectory(dll2)
add_subdirectory(exe)
