aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kdstatemachineeditor/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/kdstatemachineeditor/usage')
-rw-r--r--vcpkg/ports/kdstatemachineeditor/usage11
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/kdstatemachineeditor/usage b/vcpkg/ports/kdstatemachineeditor/usage
new file mode 100644
index 0000000..46ac269
--- /dev/null
+++ b/vcpkg/ports/kdstatemachineeditor/usage
@@ -0,0 +1,11 @@
+kdstatemachineeditor provides CMake targets:
+
+ find_package(KDSME-qt6 CONFIG REQUIRED)
+ # Core library
+ target_link_libraries(main PRIVATE KDSME::Core)
+ # View library
+ target_link_libraries(main PRIVATE KDSME::View)
+ # Debug interface client library
+ target_link_libraries(main PRIVATE KDSME::DebugInterfaceClient)
+ # Debug interface server library
+ target_link_libraries(main PRIVATE KDSME::DebugInterfaceSource)