Hello
I've gave vcpkg a try, since it's not very productive to install everything manually all the time. Getting TGUI, SFML, compile and run was ok for "hello world".
I wonder is it possible to get also the Gui builder with the vcpkg? I've tried smth like the example below, but nothing worked. Also I found no related keywords by searching TGUI package files, downloaded from vcpkg.
I've gave vcpkg a try, since it's not very productive to install everything manually all the time. Getting TGUI, SFML, compile and run was ok for "hello world".
I wonder is it possible to get also the Gui builder with the vcpkg? I've tried smth like the example below, but nothing worked. Also I found no related keywords by searching TGUI package files, downloaded from vcpkg.
Code Select
#vcpkg_cmake_configure(
# OPTIONS
# -DTGUI_BUILD_GUI_BUILDER:BOOL=ON
#)
set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DTGUI_BUILD_GUI_BUILDER:BOOL=ON)