Skip to content

Commit

Permalink
fix csrcounter target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwyng committed Jun 28, 2022
1 parent d114ed3 commit 4d2d26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jitlibs/CSRCounters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ TARGET_LINK_LIBRARIES(${PROJECT_NAME} PUBLIC ETISS)

add_custom_command(
TARGET ${PROJECT_NAME} POST_BUILD VERBATIM
COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_BINARY_DIR}/etiss/include/jit/etiss/jit/
COMMAND ${CMAKE_COMMAND} -E copy "$<TARGET_FILE:${PROJECT_NAME}>" ${CMAKE_BINARY_DIR}/etiss/include/jit/etiss/jit/
COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_BINARY_DIR}/include/jit/etiss/jit/
COMMAND ${CMAKE_COMMAND} -E copy "$<TARGET_FILE:${PROJECT_NAME}>" ${CMAKE_BINARY_DIR}/include/jit/etiss/jit/
)

INSTALL(FILES
Expand Down

0 comments on commit 4d2d26f

Please sign in to comment.