mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:59:01 +08:00
7dc284a6ad
The cmake options that TGUI uses has changed:
2aaacf812d/src/Backend/CMakeLists.txt
https://tgui.eu/tutorials/latest-stable/backends/
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
tgui provides CMake targets:
|
|
|
|
find_package(TGUI CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE TGUI::TGUI)
|