From 506818d93f04b71656f82d9372cbc675bf95d5da Mon Sep 17 00:00:00 2001 From: jessequ Date: Thu, 18 Jul 2024 16:27:47 +0800 Subject: [PATCH] modified CMakeLists.txt --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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)