summaryrefslogtreecommitdiff
path: root/tools/src/gbafix/CMakeLists.txt
blob: 986d0d27d0de8ef53cb7190d29771c21625c4328 (plain)
1
2
3
4
5
6
file(GLOB_RECURSE sources *.c)

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

install(TARGETS gbafix RUNTIME DESTINATION bin)