September 2018
Intermediate to advanced
606 pages
14h 32m
English
These are the detailed steps to follow in CMakeLists.txt:
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)project(recipe-10 LANGUAGES CXX)add_library(geometry STATIC geometry_circle.cpp geometry_circle.hpp geometry_polygon.cpp geometry_polygon.hpp geometry_rhombus.cpp geometry_rhombus.hpp geometry_square.cpp geometry_square.hpp )
target_compile_options(geometry PRIVATE -O3 )
Read now
Unlock full access