Add default build directory

This commit is contained in:
Wirlaburla 2024-04-11 17:04:40 -05:00
parent cac554cc1c
commit 544396d82e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ project(trakker)
SET(CMAKE_CXX_STANDARD 17)
SET(CMAKE_CXX_STANDARD_REQUIRED True)
SET(CMAKE_CXX_FLAGS "-O3")
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
include_directories(${CMAKE_BINARY_DIR})
find_package(Git)
find_package(ALSA REQUIRED)