diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/CMakeLists.txt | 1 | ||||
-rw-r--r-- | src/core/stdpopup/CMakeLists.txt | 2 |
2 files changed, 3 insertions, 0 deletions
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 |