mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
9 lines
135 B
CMake
9 lines
135 B
CMake
@PACKAGE_INIT@
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/LibVNCServerTargets.cmake")
|
|
check_required_components(
|
|
vncclient
|
|
vncserver
|
|
)
|
|
|