just need to add the timer
This commit is contained in:
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
cmake_minimum_required (VERSION 3.0)
|
||||
project (BeladysAnomoly)
|
||||
|
||||
if (CMAKE_COMPILER_IS_GNUCXX)
|
||||
set(CMAKE_CXX_FLAGS "-std=c++11 -pthread -O3 ${CMAKE_CXX_FLAGS}")
|
||||
endif()
|
||||
|
||||
add_executable(BeladysAnomoly
|
||||
main.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user