CMake VCPKG
Unsolved
General and Desktop
-
Hello i am trying to add a few packages from vcpkg to my project issue is that they can be found.
I read that you need to add -DCMAKE_TOOLCHAIN_FILE="PATH TO VCPKG"\vcpkg\scripts\buildsystems\vcpkg.cmake to the command line.
How do i do this in qt creator when i write in my command nothing happens
if i write it in then i get it to the command line not in the way i want what i want is -DCMAKE_TOOLCHAIN_FILE=PATHTOVCPKG\vcpkg\scripts\buildsystems\vcpkg.cmake. How can i do that?