We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cedac commit 31c47c0Copy full SHA for 31c47c0
CMakeLists.txt
@@ -30,15 +30,15 @@ include(CTest)
30
add_library(beman.transform_join_view INTERFACE)
31
add_library(beman::transform_join_view ALIAS beman.transform_join_view)
32
33
-target_sources(
34
- beman.transform_join_view
+target_sources(beman.transform_join_view
35
INTERFACE
36
FILE_SET HEADERS
37
- BASE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/include"
+ BASE_DIRS include
38
FILES
39
- "${CMAKE_CURRENT_SOURCE_DIR}/include/beman/transform_join_view/identity.hpp"
+ beman/transform_join_view/identity.hpp
40
)
41
+
42
target_compile_features(beman.transform_join_view INTERFACE cxx_std_20)
43
44
if(BEMAN_TRANSFORM_JOIN_VIEW_BUILD_TESTS)
0 commit comments