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
7caf88171f
nesemu
/
utils
/
CMakeLists.txt
4 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
Fix build system
2024-04-30 12:28:43 -04:00
set
(
HEADERS
linked_list.h
)
set
(
SOURCE
linked_list.c
)
add_library
(
nes_utils
${
HEADERS
}
${
SOURCE
}
)