We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb6d69 commit 3171a9eCopy full SHA for 3171a9e
src/test/libicalvcard/CMakeLists.txt
@@ -18,6 +18,7 @@ include_directories(
18
${PROJECT_BINARY_DIR}/src/libicalvcard
19
)
20
21
+# Build the test and add the test, making sure the test properties are set
22
macro(vctestme _name _srcs)
23
add_executable(${_name} ${_srcs})
24
add_dependencies(${_name} icalvcard)
0 commit comments