Skip to content

Commit f9d9232

Browse files
committed
Build the scitokens-verify executable.
1 parent 732e466 commit f9d9232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ set_target_properties(SciTokens PROPERTIES LINK_FLAGS "-Wl,--version-script=${PR
3131
add_executable(scitokens-test src/test.cpp)
3232
target_link_libraries(scitokens-test SciTokens ${LIBCRYPTO_LIB})
3333

34+
add_executable(scitokens-verify src/verify.cpp)
35+
target_link_libraries(scitokens-verify SciTokens ${LIBCRYPTO_LIB})
36+
3437
if (NOT DEFINED LIB_INSTALL_DIR)
3538
SET(LIB_INSTALL_DIR "lib")
3639
endif()

0 commit comments

Comments
 (0)