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/stdpopup/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/core/stdpopup/CMakeLists.txt (limited to 'src/core/stdpopup') 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