FreeRDP/client/SDL
Kimon Hoffmann 8ec4d20616 [cmake] Locate PkgConfig module with find_package() instead of include(FindPkgConfig)
This is the contemporary way of including find modules and including the
find module this way avoids cmake errors in conjunction with
find_package_handle_standard_args().

Signed-off-by: Kimon Hoffmann <Kimon.Hoffmann@lawo.com>
2023-08-21 12:43:56 +02:00
..
aad [cmake] Locate PkgConfig module with find_package() instead of include(FindPkgConfig) 2023-08-21 12:43:56 +02:00
dialogs [client,sdl] fixed member initialization order and casts 2023-07-28 13:42:12 +02:00
CMakeLists.txt [cmake] set default build type 2023-08-04 12:59:11 +02:00
sdl_channels.cpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_channels.hpp [client,sdl] rename c++ headers to hpp 2023-04-19 11:04:13 +02:00
sdl_disp.cpp [client,sdl] enable multimon support for display channel 2023-07-31 13:41:26 +02:00
sdl_disp.hpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_freerdp.cpp [client,sdl] redirect sdl log to wlog 2023-08-04 12:59:11 +02:00
sdl_freerdp.hpp [client,sdl] fix high dpi detection 2023-07-31 13:41:26 +02:00
sdl_kbd.cpp [client,sdl] use member instead of static variable 2023-07-31 13:41:26 +02:00
sdl_kbd.hpp [client,sdl] use member instead of static variable 2023-07-31 13:41:26 +02:00
sdl_monitor.cpp [client,sdl] fix high dpi detection 2023-07-31 13:41:26 +02:00
sdl_monitor.hpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_pointer.cpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_pointer.hpp [client,sdl] migrate display channel to class 2023-04-19 11:04:13 +02:00
sdl_touch.cpp [client,sdl] fix high dpi detection 2023-07-31 13:41:26 +02:00
sdl_touch.hpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_types.hpp [client,sdl] encapsulate c++ context 2023-06-05 14:15:03 +02:00
sdl_utils.cpp [client,sdl] fixed member initialization order and casts 2023-07-28 13:42:12 +02:00
sdl_utils.hpp [standard] replace __FUNCTION__ with __func__ 2023-07-27 20:02:43 +02:00