diff options
| author | protomors <protomors@gmail.com> | 2019-06-15 17:54:20 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-07-12 18:09:25 +0300 |
| commit | 059e4133f89446a51b7aae979d6c58a67cb8009a (patch) | |
| tree | 61b53539f43a4cfef9d13015b544ba1f196d83b7 /src/core/stdpopup | |
| parent | a266785da7b022da53013c914417b790e020e103 (diff) | |
CMake: build file for StdPopup.
Diffstat (limited to 'src/core/stdpopup')
| -rw-r--r-- | src/core/stdpopup/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
