I am very new to CMake, so please excuse my ignorance. I've searched all over the available tutorials with no luck.
Is there an equivalent set(...)
line I can use inside CMakeLists.txt that performs the same function as the -B
command line argument (e.g. - cmake -H. -Btest\build
)?