This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
CMake
/
Tests
/
FindPackageTest
/
Exporter
/
dummy.c
2 lines
25 B
C
Raw
Normal View
History
Unescape
Escape
Test the user package registry We teach the FindPackageTest to build a sample project that stores its build tree in the user package registry using export(PACKAGE), and then find it with find_package.
2009-09-01 14:05:42 -04:00
int
main
(
)
{
return
0
;
}
Reference in New Issue
Copy Permalink