Skip to content

Commit

Permalink
public dep naja_snl_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocoh committed Nov 11, 2024
1 parent 06fbdd3 commit d5a61c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/apps/naja_edit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ target_include_directories(naja_edit SYSTEM BEFORE PUBLIC ${Boost_INCLUDE_DIR})
target_include_directories(naja_edit PUBLIC ${ARGPARSE_DIR})
target_link_libraries(naja_edit
naja_snl_verilog naja_snl_pyloader naja_snl_liberty
naja_snl_dump naja_dnl naja_opt naja_snl_visual)
naja_dnl naja_opt naja_snl_visual)
install(TARGETS naja_edit DESTINATION ${CMAKE_INSTALL_BINDIR})
2 changes: 1 addition & 1 deletion src/snl/python/pyloader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

add_library(naja_snl_pyloader SHARED SNLPyLoader.cpp)
target_link_libraries(naja_snl_pyloader PUBLIC naja_snl PRIVATE naja_snl_python Python3::Python)
target_link_libraries(naja_snl_pyloader PUBLIC naja_snl naja_snl_python PRIVATE Python3::Python)

target_include_directories(naja_snl_pyloader PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})

Expand Down
2 changes: 1 addition & 1 deletion test/snl/python/pyloader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SET(snl_pyedit_long_tests
SNLPyHugeMatrixTest.cpp
)
ADD_EXECUTABLE(snlPyEditLongTests ${snl_pyedit_long_tests})
TARGET_LINK_LIBRARIES(snlPyEditLongTests naja_snl_pyloader naja_snl_dump naja_snl_verilog gmock gtest_main)
TARGET_LINK_LIBRARIES(snlPyEditLongTests naja_snl_pyloader naja_snl_verilog gmock gtest_main)
target_compile_definitions(snlPyEditLongTests PRIVATE
SNL_PYEDIT_TEST_PATH="${CMAKE_CURRENT_SOURCE_DIR}"
SNL_DUMP_PATH="${CMAKE_CURRENT_BINARY_DIR}"
Expand Down

0 comments on commit d5a61c6

Please sign in to comment.