Skip to content

Commit

Permalink
CMake Linker Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hurdad authored and sparkprime committed May 20, 2019
1 parent 939f970 commit 2c0c118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif()
if (BUILD_JSONNETFMT OR BUILD_TESTS)
add_executable(jsonnetfmt ${LIBJSONNET_SOURCE} jsonnetfmt.cpp utils.cpp)
add_dependencies(jsonnet libjsonnet_static)
target_link_libraries(jsonnet libjsonnet_static)
target_link_libraries(jsonnetfmt libjsonnet_static)

install(TARGETS jsonnetfmt DESTINATION "${CMAKE_INSTALL_BINDIR}")
endif()

0 comments on commit 2c0c118

Please sign in to comment.