File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,14 @@ ExternalProject_Add(gtest
8080endif ()
8181enable_testing ()
8282add_subdirectory (test )
83- endif ()
8483
84+ else ()
85+ get_directory_property (TARGETS BUILDSYSTEM_TARGETS)
8586install (
86- TARGETS SciTokens
87- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} )
87+ TARGETS ${TARGETS}
88+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
89+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )
90+ endif ()
8891
8992install (
9093 FILES src/scitokens.h
Original file line number Diff line number Diff line change 11debian/tmp/usr/lib/*/libSciTokens.so.*
2+ debian/tmp/usr/bin/scitokens-*
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Requires: %{name}%{?_isa} = %{version}
5656
5757%files
5858%{_libdir }/libSciTokens.so.0*
59+ %{_bindir }/scitokens-*
5960%license LICENSE
6061%doc README.md
6162
@@ -65,6 +66,8 @@ Requires: %{name}%{?_isa} = %{version}
6566%dir %{_includedir }/scitokens
6667
6768%changelog
69+ #- Add scitokens-* binaries to the package
70+
6871* Fri Sep 03 2021 Dave Dykstra <dwd@fnal.gov> - 0.6.3-1
6972- Add support for building Debian packages on the OpenSUSE Build System
7073- Add patch to jwt-cpp to update its picojson dependency in order to
You can’t perform that action at this time.
0 commit comments