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
08c71acc87
CMake
/
Tests
/
Module
/
GenerateExportHeader
/
prefix
/
useprefixclass.cpp
8 lines
85 B
C++
Raw
Normal View
History
Unescape
Escape
Add some more unit tests.
2011-08-25 21:01:04 +04:00
#
include
"useprefixclass.h"
int
UsePrefixClass
:
:
someMethod
(
)
const
{
return
0
;
GenerateExportHeader test: add newlines before end of file
2012-01-18 03:01:08 +04:00
}