File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
include/beman/iterator_interface
src/beman/iterator_interface Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 66cmake_minimum_required (VERSION 3.27)
77
88project (
9- beman_iterator_interface
9+ beman.iterator_interface
1010 VERSION 0.0.0
1111 LANGUAGES CXX)
1212
@@ -54,12 +54,12 @@ if(ITERATOR_INTERFACE_ENABLE_TESTING)
5454 FetchContent_MakeAvailable(googletest)
5555endif ()
5656
57- # Create the library target and named header set for beman_iterator_interface
58- add_library (beman_iterator_interface STATIC )
59- add_library (beman::iterator_interface ALIAS beman_iterator_interface )
57+ # Create the library target and named header set for beman.iterator_interface
58+ add_library (beman.iterator_interface STATIC )
59+ add_library (beman::iterator_interface ALIAS beman.iterator_interface )
6060
6161target_sources (
62- beman_iterator_interface
62+ beman.iterator_interface
6363 PUBLIC FILE_SET
6464 beman_iterator_interface_headers
6565 TYPE
Original file line number Diff line number Diff line change 44# cmake-format: on
55
66target_sources (
7- beman_iterator_interface
7+ beman.iterator_interface
88 PUBLIC FILE_SET
99 beman_iterator_interface_headers
1010 TYPE
Original file line number Diff line number Diff line change 44# cmake-format: on
55
66# Ensure that iterator_interface gets compiled at least once.
7- target_sources (beman_iterator_interface PUBLIC iterator_interface.cpp)
7+ target_sources (beman.iterator_interface PUBLIC iterator_interface.cpp)
88
99# The library is empty -- exclude it
1010install (
11- TARGETS beman_iterator_interface
11+ TARGETS beman.iterator_interface
1212 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
1313 COMPONENT beman_iterator_interface_library
1414 EXCLUDE_FROM_ALL )
1515
1616install (
17- TARGETS beman_iterator_interface FILE_SET beman_iterator_interface_headers
17+ TARGETS beman.iterator_interface FILE_SET beman_iterator_interface_headers
1818 DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
1919 COMPONENT beman_iterator_interface_development)
You can’t perform that action at this time.
0 commit comments