File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
99file (GLOB CORE_RUN_FILES "core/run/*.cpp" )
1010foreach (testsourcefile ${CORE_RUN_FILES} )
11- get_filename_component (testname ${testsourcefile} NAME_WLE )
11+ get_filename_component (testname ${testsourcefile} NAME_WE )
1212 add_executable (pfr_core_${testname} ${testsourcefile} )
1313 target_link_libraries (pfr_core_${testname} Boost::pfr Boost::core Boost::container_hash)
1414 target_include_directories (pfr_core_${testname} PRIVATE ../../../)
@@ -18,7 +18,7 @@ endforeach()
1818
1919file (GLOB CORE_NAME_RUN_FILES "core_name/run/*.cpp" )
2020foreach (testsourcefile ${CORE_NAME_RUN_FILES} )
21- get_filename_component (testname ${testsourcefile} NAME_WLE )
21+ get_filename_component (testname ${testsourcefile} NAME_WE )
2222 add_executable (pfr_corename_${testname} ${testsourcefile} )
2323 target_compile_features (pfr_corename_${testname} PUBLIC cxx_std_20)
2424 target_link_libraries (pfr_corename_${testname} Boost::pfr Boost::core Boost::container_hash)
You can’t perform that action at this time.
0 commit comments