From 059e4133f89446a51b7aae979d6c58a67cb8009a Mon Sep 17 00:00:00 2001 From: protomors Date: Sat, 15 Jun 2019 17:54:20 +0300 Subject: CMake: build file for StdPopup. --- src/core/CMakeLists.txt | 1 + src/core/stdpopup/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 src/core/stdpopup/CMakeLists.txt (limited to 'src/core') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 9c2f22c20b..c852dc6173 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -5,6 +5,7 @@ add_subdirectory(stdcrypt) add_subdirectory(stdemail) add_subdirectory(stdfile) add_subdirectory(stdmsg) +add_subdirectory(stdpopup) add_subdirectory(stdssl) add_subdirectory(stduihist) add_subdirectory(stduserinfo) diff --git a/src/core/stdpopup/CMakeLists.txt b/src/core/stdpopup/CMakeLists.txt new file mode 100644 index 0000000000..ef38c4770d --- /dev/null +++ b/src/core/stdpopup/CMakeLists.txt @@ -0,0 +1,2 @@ +set(TARGET StdPopup) +include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) \ No newline at end of file -- cgit v1.2.3