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