Skip to content

Commit

Permalink
[cmake] No longer use CMAKE_INSTALL_BINDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Apr 12, 2024
1 parent ce1883c commit a7d1bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/annotate_fnt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ target_include_directories(annotate_fnt PRIVATE ${PROJECT_SOURCE_DIR}/src ${CMAK
target_link_libraries(annotate_fnt PRIVATE clang_plugin clu fmt::fmt clangTooling clangFrontend clangAST clangSerialization clangRewrite clangASTMatchers clangBasic LLVMSupport)

# Install the tool
install(TARGETS annotate_fnt DESTINATION ${CMAKE_INSTALL_BINDIR})
install(TARGETS annotate_fnt DESTINATION bin)

0 comments on commit a7d1bb5

Please sign in to comment.