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
139966c4cf
nesemu
/
utils
/
CMakeLists.txt
4 lines
97 B
CMake
Raw
Blame
History
set
(
HEADERS
linked_list.h
)
set
(
SOURCE
linked_list.c
)
add_library
(
nes_utils
${
HEADERS
}
${
SOURCE
}
)
Reference in New Issue
View Git Blame
Copy Permalink