This commit is contained in:
Nishi 2025-11-18 19:16:20 +09:00
commit c95f7b6d1b
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 7 additions and 26 deletions

View file

@ -1,26 +1 @@
project(
mbiff
)
file(
GLOB
mbiff_SRC
*.c
)
add_executable(
mbiff
${mbiff_SRC}
)
target_link_libraries(
mbiff
PRIVATE
MDELib Mw
)
include(GNUInstallDirs)
install(
TARGETS mbiff
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
setup_project(mbiff ${CMAKE_INSTALL_BINDIR})