This website requires JavaScript.
Explore
Help
Sign In
wash
/
magenta
Watch
1
Star
0
Fork
0
You've already forked magenta
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a14d0173c88b18c3dc03ebb486572bbce22a1048
magenta
/
tools
/
e64patch
/
CMakeLists.txt
T
6 lines
91 B
CMake
Raw
Normal View
History
Unescape
Escape
build: convert build system to CMake
2024-09-17 17:50:15 +01:00
file
(
GLOB
sources
*.c
*.h
)
add_executable
(
e64patch
${
sources
}
)
build: update to support building under a hosted cross-compiler
2026-07-19 13:24:41 +01:00
install
(
TARGETS
e64patch
)
Reference in New Issue
Copy Permalink