Build test project
cmake --build build_x64 --config RelWithDebInfo
I am getting the following: LINK : fatal error LNK1104: cannot open file 'spine.lib'. It seems like extensions are not being disabled correctly, after building spine extension in engine i get LINK : fatal error LNK1104: cannot open file 'particle3d.lib'
cmake --build build_x64 --config RelWithDebInfo
axmol new test new -p org.axmol.hellocpp -l cpp --portrait HelloCpp
cmake --build build_x64 --config RelWithDebInfo
I am getting the following:
LINK : fatal error LNK1104: cannot open file 'spine.lib'
. It seems like extensions are not being disabled correctly, after building spine extension in engine i getLINK : fatal error LNK1104: cannot open file 'particle3d.lib'
Can anyone reproduce?