CMake Custom Variables

Our build system defines many useful variables. You can find a list with the standard ones here. Alongside with the standard build variables we define couple of others, specific for SolidOpt's build.

    Here is a list of variables, defined at CMake configure time:
  • ILASM - Full path to ilasm compiler executable.
  • CSC - Full path to C# compiler executable.
  • TESTCASE - Full path to test case.
  • SolidOpt_Major - SolidOpt's current major version number.
  • SolidOpt_Minor - SolidOpt's current major version number.
  • SolidOpt_Revision - SolidOpt's current svn revision number.