Fix build
Hotfix of project building. Closes #2 (closed)
Edited by Vladimir Onoprienko
Merge request reports
Activity
requested review from @emortikov
assigned to @vonopr
I cheked that the script below based on README.md produces Multiplication of sum of 2 and 3 by 4 is... 20.
Guess we can merge into main after we make a decision on git strategies.mkdir test cd test mkdir exple-cmake-build cd exple-cmake-build git clone http://tesla.parallel.ru/vonopr/exple-cmake-build.git -b fix-build cd .. mkdir exple-cmake-build/build cd exple-cmake-build/build cmake -B . -S ../exple-cmake-build cmake --build . ./exple-add-numbers
Please register or sign in to reply