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
bc147d99ca
CMake
/
Tests
/
Module
/
GenerateExportHeader
/
override_symbol
/
main.cpp
10 lines
98 B
C++
Raw
Normal View
History
Unescape
Escape
Handle the case where the user changes the DEFINE_SYMBOL property. This eases porting of KDE code.
2011-08-08 04:08:10 +04:00
#
include
"someclass.h"
int
main
(
int
,
char
*
*
)
{
SomeClass
sc
;
sc
.
someMethod
(
)
;
return
0
;
GenerateExportHeader test: add newlines before end of file
2012-01-18 03:01:08 +04:00
}