This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
ndhc
Watch
1
Star
0
Fork
0
You've already forked ndhc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ndhc
/
ncmlib
/
CMakeLists.txt
4 lines
65 B
CMake
Raw
Normal View
History
Unescape
Escape
Use the new libc_random_u32() in ncmlib to replace random_xid().
2011-06-27 15:07:00 -04:00
file
(
GLOB
NCMLIB_SRCS
"*.c"
)
Somehow not all of ncmlib was version controlled. Fix.
2010-11-12 18:46:45 -05:00
Use the new libc_random_u32() in ncmlib to replace random_xid().
2011-06-27 15:07:00 -04:00
add_library
(
ncmlib
${
NCMLIB_SRCS
}
)
Reference in New Issue
Copy Permalink