We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e39cd commit 15dd890Copy full SHA for 15dd890
1 file changed
CMakeLists.txt
@@ -82,6 +82,8 @@ else()
82
message("LLVM ${LLVM_VERSION} found")
83
endif()
84
85
+include(GNUInstallDirs)
86
+
87
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
88
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
89
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
0 commit comments