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
22401f30ac
nesemu
/
ppu
/
CMakeLists.txt
5 lines
87 B
CMake
Raw
Normal View
History
Unescape
Escape
Fix build system
2024-04-30 12:28:43 -04:00
set
(
SOURCE
ppu.c
)
Things
2024-01-06 14:27:09 -05:00
Fix build system
2024-04-30 12:28:43 -04:00
add_library
(
nes_ppu
${
SOURCE
}
)
target_link_libraries
(
nes_ppu
log.c
)