Skip to content

Commit

Permalink
Update CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
tilsgee authored Jun 29, 2024
1 parent 05db08b commit c7e46ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
endif()
endif()

#this is where tilsgee added his own code
cmake_minimum_required(VERSION 3.30)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")
Expand All @@ -33,6 +34,10 @@ set(LIBDIR "/usr/lib/x86_64-linux-gnu")

find_package(Epoxy REQUIRED)

message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")

set(Epoxy_ROOT "/usr/lib/x86_64-linux-gnu")

if(NOT EXECUTABLE_OUTPUT_PATH)
set(FIRST_RUN TRUE)
else()
Expand Down

0 comments on commit c7e46ea

Please sign in to comment.