mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
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)
|