-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can you give an exmaple for <target configuration>? #8
Comments
Agreed, I'm trying to figure out this as well. I will report back if I figure it out. |
get_target_property() is trying to match against all PropertyGroups in the .vcxproj you are processing. The only weird thing is that the script wants $target_conf to be a REFERENCE. So, an example would be the following: perl vcxproj2cmake.pl foo.vcxproj "\Debug|Win32" The first slash creates the reference to the string. The second slash escapes the pipe symbol and treats it as a simple string. I'm still getting an error later 'Not a HASH reference....". Working on this next. |
Debug should be enough |
+1 please add it to Readme |
No description provided.
The text was updated successfully, but these errors were encountered: