Page 1 of 1

Automation

Posted: Fri Oct 19, 2018, 10:54
by forestcl
When i build ALL_BUILD and INSTALL projects first for Debug and then for Release configuration ,there exist a mistake in Visual Studio.Visual Studio can’t start the program “ALL_Build”.

Re: Automation

Posted: Fri Oct 19, 2018, 14:01
by Creator
Actually the project ALL_BUILD should not be started. This is a helper project, generated by the CMake just to automate the build process.
After the building the library, please right-click one of the demo projects in Visual Studio and chose Set as StartUp Project. Then you could start it.