We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4af3d1 + 29ab5e6 commit 7d095aaCopy full SHA for 7d095aa
CMakeLists.txt
@@ -216,6 +216,10 @@ target_link_libraries(gtsam_points
216
$<TARGET_NAME_IF_EXISTS:TBB::tbb>
217
$<TARGET_NAME_IF_EXISTS:OpenMP::OpenMP_CXX>
218
)
219
+set_target_properties(gtsam_points PROPERTIES
220
+ VERSION ${PROJECT_VERSION}
221
+ SOVERSION 1
222
+)
223
224
# GPU-related
225
if(BUILD_WITH_CUDA)
@@ -263,6 +267,10 @@ if(BUILD_WITH_CUDA)
263
267
264
268
265
269
270
+ set_target_properties(gtsam_points_cuda PROPERTIES
271
272
273
+ )
266
274
275
target_link_libraries(gtsam_points
276
gtsam_points_cuda
0 commit comments