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
82104cc7a8
CMake
/
Tests
/
RunCMake
/
GenerateExportHeader
/
c_identifier
/
main.cpp
9 lines
100 B
C++
Raw
Blame
History
#
include
"c_identifier_class.h"
int
main
(
)
{
CIdentifierClass
cic
;
return
cic
.
someMethod
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink