mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
Add it to a private source directory that is not installed so that we can use it for building CMake itself. This will allow it to mature before being distributed publicly.
8 lines
71 B
C
8 lines
71 B
C
#include <rhash.h>
|
|
|
|
int main()
|
|
{
|
|
rhash_library_init();
|
|
return 0;
|
|
}
|