This website requires JavaScript.
Explore
Help
Sign In
william
/
nesemu
Watch
1
Star
0
Fork
You've already forked nesemu
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1add13dd20
nesemu
/
rom
/
CMakeLists.txt
5 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
Fix build system
2024-04-30 12:28:43 -04:00
set
(
SOURCE
rom.c
ines.c
)
iNes 1.0 file format ROM
2023-12-03 00:27:07 -05:00
Fix build system
2024-04-30 12:28:43 -04:00
add_library
(
nes_rom
${
SOURCE
}
)
target_link_libraries
(
nes_rom
log.c
)