Author: rinrab Revision: 1918731 Modified property: svn:log Modified: svn:log at Fri Jun 28 15:54:56 2024 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Fri Jun 28 15:54:56 2024 @@ -3,7 +3,7 @@ On the 'cmake' branch: Generate custom o In build.conf, there is a field, called msvc-libs. It contains additional `*.lib` and `*.obj` files to link on Windows platform. The built-in CMake function `target_link_libraries` supports only CMake targets or `*.lib` -files, but objects doesn't work. For them the only resolution is to add +files, but objects doesn't work. For them the only solution is to add these objects to link flags. Additionally, setargv.obj doesn't work on non-MSVC compilers, so using `if (MSVC)`.
