diff --git a/CMakeLists.txt b/CMakeLists.txt index c96d1fd..b93f4ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ cmake_minimum_required(VERSION 3.5) +project(PowerDesigner LANGUAGES CXX VERSION 1.0) + add_subdirectory(QtADS)