bigla

Results 2 issues of bigla

TL;DR: I recommend using ${PROJECT_NAME} instead of ${TARGET_NAME} for the TARGET_NAME_(DEBUG|RELEASE) property **if** $(TargetName) is **not** defined within the .vcxproj file being converted. The fully functional (tested with Visual Studio...

A week ago i converted a vcxproj containing `StaticLibrary` vs. `DynamicLibrary` for different Build Configurations. - I got: add_library(${PROJECT_NAME} SHARED ${ALL_FILES}) - I **expected** some conversion similar to: if("${CMAKE_VS_PLATFORM_NAME}" STREQUAL...