We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f655a commit 483bdf3Copy full SHA for 483bdf3
core/CMakeLists.txt
@@ -34,7 +34,8 @@ target_link_libraries(libjsonnet md5)
34
35
# CMake prepends CMAKE_SHARED_LIBRARY_PREFIX to shared libraries, so without
36
# this step the output would be |liblibjsonnet|.
37
-set_target_properties(libjsonnet PROPERTIES OUTPUT_NAME jsonnet)
+set_target_properties(libjsonnet PROPERTIES OUTPUT_NAME jsonnet
38
+ VERSION 0.12.1 SOVERSION 0)
39
install(TARGETS libjsonnet DESTINATION lib)
40
41
# Static library for jsonnet command-line tool.
0 commit comments