Commit 9a46665c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf googletest-1.16.0.tar.gz
mkdir googletest-1.16.0/build
cd googletest-1.16.0/build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE ..
$(MAKE) -C googletest-1.16.0/build
$(MAKE) -C googletest-1.16.0/build install
rm -rf googletest-1.16.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment