You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added the set_property in the CMakeLists.txt as you specified in the https://github.com/MBulli/SmartCommandlineArgs/wiki/Cmake-support
but in the Visual Studio GUI, in the extension tab, the green plus button ("add command line argument") is not active, so I can't add an argument
The text was updated successfully, but these errors were encountered:
Hi, thanks for using the extension and reaching out to us.
I am guessing that you open your CMake project directly with Visual Studio. We currently don't support this use case because it does not involve a solution file which we rely on at the moment. If I find some time I will look into this issue.
The wiki refers to a setup, where you generate a solution file (*.sln) with CMake (e.g. cmake -B builds -G 'Visual Studio 17 2022') and then open this file inside Visual Studio.
Hello,
I have added the set_property in the CMakeLists.txt as you specified in the
https://github.com/MBulli/SmartCommandlineArgs/wiki/Cmake-support
but in the Visual Studio GUI, in the extension tab, the green plus button ("add command line argument") is not active, so I can't add an argument
The text was updated successfully, but these errors were encountered: