Skip to content

Commit 7119a5d

Browse files
committed
Moved all headers into a cppitertools directory
Removed test build files from git tracking
1 parent 60171c0 commit 7119a5d

File tree

98 files changed

+74
-74
lines changed

Some content is hidden

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

98 files changed

+74
-74
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ add_library(cppitertools::cppitertools ALIAS cppitertools)
1111

1212
target_include_directories(cppitertools INTERFACE
1313
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
14-
$<INSTALL_INTERFACE:${cppitertools_INSTALL_INCLUDE_DIR}/cppitertools>)
14+
$<INSTALL_INTERFACE:${cppitertools_INSTALL_INCLUDE_DIR}>)
1515

1616
# require C++17
1717
target_compile_features(cppitertools INTERFACE cxx_std_17)
@@ -29,8 +29,8 @@ install(
2929
EXPORT cppitertools-targets)
3030

3131
install(
32-
DIRECTORY .
33-
DESTINATION ${cppitertools_INSTALL_INCLUDE_DIR}/cppitertools)
32+
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/cppitertools
33+
DESTINATION ${cppitertools_INSTALL_INCLUDE_DIR})
3434

3535
install(
3636
EXPORT cppitertools-targets
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)