cmake:
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- Configuring done
-- Generating done
-- Build files have been written to: /out
make:
Scanning dependencies of target P3_Part1
[ 16%] Building CXX object CMakeFiles/P3_Part1.dir/p3_part1.cpp.o
[ 33%] Linking CXX executable P3_Part1
[ 33%] Built target P3_Part1
Scanning dependencies of target P3_Part2
[ 50%] Building CXX object CMakeFiles/P3_Part2.dir/main.cpp.o
[ 66%] Building CXX object CMakeFiles/P3_Part2.dir/group.cpp.o
[ 83%] Building CXX object CMakeFiles/P3_Part2.dir/figure.cpp.o
[100%] Linking CXX executable P3_Part2
[100%] Built target P3_Part2