We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be37811 commit 85f45f3Copy full SHA for 85f45f3
1 file changed
test/cpp/schema_specific/CMakeLists.txt
@@ -18,6 +18,7 @@ function( add_schema_dependent_test name sdai_lib exe_args )
18
19
add_executable( tst_${name} "${name}.cc" )
20
set_target_properties( tst_${name} PROPERTIES COMPILE_FLAGS "-I${sdai_src_path} ${ARGV3}" EXCLUDE_FROM_ALL ON )
21
+ message(INFO "schema test ${name}: include '${sdai_src_path}'")
22
if(NOT "${ARGV4}" MATCHES "NONE")
23
DEFINE_DLL_IMPORTS( "tst_${name}" "${ARGV4}" )
24
endif(NOT "${ARGV4}" MATCHES "NONE")
0 commit comments