diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-10 15:30:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 10:23:39 +0900 |
| commit | b9d01ea849b71deb12a1d27270685da4c1c3d0c0 (patch) | |
| tree | 33f5b63fbbfe6e52a56badaa777ff33c666b2081 /src/app/UserMenu | |
| parent | d0692ed19f7eb17a08ddbe6c8cb3191b03c3f9f7 (diff) | |
| download | krusader-b9d01ea849b71deb12a1d27270685da4c1c3d0c0.tar.gz krusader-b9d01ea849b71deb12a1d27270685da4c1c3d0c0.zip | |
Switch to cmake build system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/app/UserMenu')
| -rw-r--r-- | src/app/UserMenu/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/app/UserMenu/CMakeLists.txt b/src/app/UserMenu/CMakeLists.txt new file mode 100644 index 0000000..422ab3f --- /dev/null +++ b/src/app/UserMenu/CMakeLists.txt @@ -0,0 +1,11 @@ +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} +) + + +##### UserMenu library (static) + +tde_add_library( UserMenu STATIC_PIC AUTOMOC + SOURCES usermenu.cpp +) |
