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 939f970 commit 2c0c118Copy full SHA for 2c0c118
cmd/CMakeLists.txt
@@ -11,7 +11,7 @@ endif()
11
if (BUILD_JSONNETFMT OR BUILD_TESTS)
12
add_executable(jsonnetfmt ${LIBJSONNET_SOURCE} jsonnetfmt.cpp utils.cpp)
13
add_dependencies(jsonnet libjsonnet_static)
14
- target_link_libraries(jsonnet libjsonnet_static)
+ target_link_libraries(jsonnetfmt libjsonnet_static)
15
16
install(TARGETS jsonnetfmt DESTINATION "${CMAKE_INSTALL_BINDIR}")
17
endif()
0 commit comments