This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ITCS-4182/cpu-opt/CMakeLists.txt

4 lines
94 B
CMake

set(CMAKE_CXX_FLAGS "-std=gnu++11 -fopenmp -O3")
add_executable(cpu-opt main.cpp solver.hpp)