Skip to content

Commit 3171a9e

Browse files
committed
test/libicalvcard/CMakeLists.txt: document macro
1 parent 7eb6d69 commit 3171a9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/libicalvcard/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ include_directories(
1818
${PROJECT_BINARY_DIR}/src/libicalvcard
1919
)
2020

21+
# Build the test and add the test, making sure the test properties are set
2122
macro(vctestme _name _srcs)
2223
add_executable(${_name} ${_srcs})
2324
add_dependencies(${_name} icalvcard)

0 commit comments

Comments
 (0)