This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
de53c4c695
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 22:05:42 +04:00
int
main
(
)
{
return
0
;
}