Commit 927e9d0 1 parent d1f9970 commit 927e9d0 Copy full SHA for 927e9d0
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ add_executable (c2m "c2mir/c2mir-driver.c")
63
63
target_include_directories (c2m PRIVATE ${PROJECT_SOURCE_DIR} )
64
64
target_link_libraries (c2m mir ${CMAKE_DL_LIBS} )
65
65
66
- # ------------------ MIR RUN -- --------------------
66
+ # ---------------- MIR BIN RUN --------------------
67
67
68
- add_executable (mir-run "mir-run.c" )
69
- target_include_directories (mir-run PRIVATE ${PROJECT_SOURCE_DIR} )
70
- target_link_libraries (mir-run mir ${CMAKE_DL_LIBS} )
68
+ add_executable (mir-bin- run "mir-bin -run.c" )
69
+ target_include_directories (mir-bin- run PRIVATE ${PROJECT_SOURCE_DIR} )
70
+ target_link_libraries (mir-bin- run mir ${CMAKE_DL_LIBS} )
71
71
72
72
# ------------------ MIR utils --------------------
73
73
add_executable (m2b "mir-utils/m2b.c" )
You can’t perform that action at this time.
0 commit comments