Skip to content

Commit

Permalink
cmake: circt install directory for CAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzSiFive committed May 13, 2024
1 parent 4a240b9 commit 9521063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/modules/AddCIRCT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ function(add_circt_interface interface)
endfunction()

function(add_circt_public_c_api_library name)
add_mlir_public_c_api_library(${ARGV})
add_mlir_public_c_api_library(${ARGV} DISABLE_INSTALL)
add_dependencies(circt-capi ${name})
add_circt_library_install(${name})
endfunction()

# Additional parameters are forwarded to tablegen.
Expand Down

0 comments on commit 9521063

Please sign in to comment.