Skip to content

Commit

Permalink
build: move Minico to the examples directory
Browse files Browse the repository at this point in the history
It is more an example of how to use The Compositor Modules, not a test.
  • Loading branch information
romangg committed Feb 27, 2024
1 parent 3f0166a commit b2125f0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ if (BUILD_TESTING)
add_subdirectory(tests)
endif()

add_subdirectory(examples)

if (KF6DocTools_FOUND)
add_subdirectory(docs)
endif()
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This cross-desktop interoperability will be expanded upon in the future.
**Ease of Use**
<br>
With The Compositor Modules a Wayland compositor can be created with a handful of lines only.
See our MVP [Minico](tests/minico) for an example of that.
See our MVP [Minico](examples/minico) for an example of that.

**Customizability**
<br>
Expand Down Expand Up @@ -127,7 +127,7 @@ You can make use of the FDBuild tool to automate this process as described
It's easiest to link via CMake to The Compositor Modules libraries that you want to make use of
and then create their central platform types from your main function to launch the compositor session.

[Minico](tests/minico) as a minimal example and the [Plasma test binaries](tests/plasma)
[Minico](examples/minico) as a minimal example and the [Plasma test binaries](tests/plasma)
as a more complex one demonstrate this in a straightforward way.

# Contact
Expand Down
3 changes: 3 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SPDX-FileCopyrightText: 2024 Roman Gilg <[email protected]>
# SPDX-License-Identifier: GPL-2.0-or-later
add_subdirectory(minico)
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#
# SPDX-License-Identifier: GPL-2.0-or-later

add_subdirectory(minico)
add_subdirectory(plasma)

set(normalhintsbasesizetest_SRCS normalhintsbasesizetest.cpp)
Expand Down

0 comments on commit b2125f0

Please sign in to comment.