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

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

install(TARGETS agb2mid RUNTIME DESTINATION bin)