summaryrefslogtreecommitdiff
path: root/tools/src/mid2agb/CMakeLists.txt
blob: 47643d397f2e6cbc864127e23cc1d7199bfc2025 (plain)
1
2
3
4
5
6
file(GLOB_RECURSE sources *.cpp)

add_executable(mid2agb ${sources})
target_include_directories(mid2agb PRIVATE .)

install(TARGETS mid2agb RUNTIME DESTINATION bin)