Skip to content

Commit c09f840

Browse files
authored
Merge pull request #69 from accelerated/master
Renamed src->quantum to eliminate pre-build header install step
2 parents 840dc7f + 452df71 commit c09f840

File tree

88 files changed

+4
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+4
-9
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (QUANTUM_BUILD_DOC)
5353
# Configure Doxygen parameters
5454
set(DOXYGEN_PROJECT_NAME "Quantum Library")
5555
set(DOXYGEN_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR})
56-
set(DOXYGEN_INPUT ${PROJECT_SOURCE_DIR}/src)
56+
set(DOXYGEN_INPUT ${PROJECT_SOURCE_DIR}/${PROJECT_NAME})
5757
set(DOXYGEN_HTML_OUTPUT ${PROJECT_SOURCE_DIR}/docs)
5858
set(DOXYGEN_CREATE_SUBDIRS YES)
5959
if (DOXYGEN_DOT_FOUND AND QUANTUM_ENABLE_DOT)
@@ -96,7 +96,7 @@ else()
9696
message(FATAL_ERROR "Boost not found, please define BOOST_ROOT.")
9797
endif()
9898

99-
add_subdirectory(src)
99+
add_subdirectory(${PROJECT_NAME})
100100

101101
if (QUANTUM_ENABLE_TESTS)
102102
find_package(GTest REQUIRED)
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,3 @@ install(
5151
DESTINATION include/quantum/util/impl
5252
COMPONENT headers
5353
)
54-
add_custom_target(headers-install
55-
COMMAND "${CMAKE_COMMAND}" -DCMAKE_INSTALL_COMPONENT=headers -P "${CMAKE_BINARY_DIR}/cmake_install.cmake"
56-
EXCLUDE_FROM_ALL
57-
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)