Skip to content

Commit

Permalink
Dependency mucking
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Jul 20, 2023
1 parent 28c6b07 commit 8995224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -154,10 +154,10 @@ add_executable(hyde ${CMAKE_CURRENT_BINARY_DIR}/null.cpp)

target_link_libraries(hyde
# Some Clang dependencies need to build before `hyde_lib` to generate necessary tables.
clang
hyde_lib
clangAST
clangASTMatchers
hyde_lib
clang
clangBasic
clangFrontend
clangLex
Expand Down

0 comments on commit 8995224

Please sign in to comment.