Add default build directory
This commit is contained in:
parent
cac554cc1c
commit
544396d82e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user