Skip to content

Commit

Permalink
Python is python
Browse files Browse the repository at this point in the history
  • Loading branch information
theHolgi committed Mar 22, 2024
1 parent 2450408 commit 26a8d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/mini_c_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ add_custom_command(
BYPRODUCTS mockup.h
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND_EXPAND_LISTS
COMMAND python3 ${HAMMOCK_DIR}/hammocking.py --sources ${PROD_SRC} --plink ${CMAKE_CURRENT_BINARY_DIR}/${PROD_PARTIAL_LINK} --outdir ${CMAKE_CURRENT_BINARY_DIR} "-I$<JOIN:$<TARGET_PROPERTY:prodlib,INCLUDE_DIRECTORIES>,;-I>"
COMMAND python ${HAMMOCK_DIR}/hammocking.py --sources ${PROD_SRC} --plink ${CMAKE_CURRENT_BINARY_DIR}/${PROD_PARTIAL_LINK} --outdir ${CMAKE_CURRENT_BINARY_DIR} "-I$<JOIN:$<TARGET_PROPERTY:prodlib,INCLUDE_DIRECTORIES>,;-I>"
DEPENDS
${HAMMOCK_DIR}/hammocking.py
${PROD_PARTIAL_LINK}
Expand Down

0 comments on commit 26a8d30

Please sign in to comment.