Skip to content

Commit

Permalink
cmake: include GNU install directories (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: zhaowq32 <[email protected]>
Co-authored-by: Bala FA <[email protected]>
  • Loading branch information
3 people authored Feb 23, 2024
1 parent 46d27bd commit 21957d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ project(miniocpp)

cmake_minimum_required(VERSION 3.10)

include(GNUInstallDirs)

macro(set_globals)
set(CMAKE_BUILD_TYPE_INIT Release)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
Expand Down

0 comments on commit 21957d4

Please sign in to comment.