Skip to content

Commit

Permalink
Use CMake folders
Browse files Browse the repository at this point in the history
  • Loading branch information
aschier committed May 5, 2020
1 parent 73ebe59 commit 747f40f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
set(CMAKE_DEBUG_POSTFIX "-debug")
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
include(CMakePackageConfigHelpers)
include(GNUInstallDirs)

Expand Down

0 comments on commit 747f40f

Please sign in to comment.