Skip to content

Commit

Permalink
set the binary name to micm
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Shores <kyle.shores44@gmail.com>
  • Loading branch information
boulderdaze and K20shores authored Oct 25, 2023
1 parent 599d300 commit 1e2709a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ set(CMAKE_CXX_CLANG_TIDY "")

add_executable(micmDriver example.cpp)
target_link_libraries(micmDriver PUBLIC musica::micm )

set_target_properties(micmDriver PROPERTIES OUTPUT_NAME "micm")

################################################################################
# Copy test data

Expand Down

0 comments on commit 1e2709a

Please sign in to comment.