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.
boost_assert_HEADERS
headers
1 parent d20762a commit d813670Copy full SHA for d813670
CMakeLists.txt
@@ -23,10 +23,10 @@ if(CMAKE_VERSION VERSION_GREATER 3.18)
23
24
# Using target_sources with PRIVATE or PUBLIC on INTERFACE targets requires 3.19
25
26
- file(GLOB_RECURSE boost_assert_HEADERS CONFIGURE_DEPENDS include/*.hpp)
27
- target_sources(boost_assert PRIVATE ${boost_assert_HEADERS})
28
- source_group(TREE ${PROJECT_SOURCE_DIR}/include FILES ${boost_assert_HEADERS} PREFIX "include")
29
- unset(boost_assert_HEADERS)
+ file(GLOB_RECURSE headers CONFIGURE_DEPENDS include/*.hpp)
+ target_sources(boost_assert PRIVATE ${headers})
+ source_group(TREE ${PROJECT_SOURCE_DIR}/include FILES ${headers} PREFIX "include")
+ unset(headers)
30
31
if(MSVC)
32
0 commit comments