This website works better with JavaScript.
Explore
Help
Sign In
Lubuntu
/
cmake
Watch
3
Star
0
Fork
You've already forked cmake
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e0820a4dec
cmake
/
Tests
/
RunCMake
/
CMP0049
/
empty.cpp
8 lines
73 B
Raw
Normal View
History
Unescape
Escape
Imported Upstream version 3.0.0
11 years ago
#
ifdef _WIN32
__declspec
(
dllexport
)
#
endif
Imported Upstream version 3.6.0
9 years ago
int
empty
(
)
Imported Upstream version 3.0.0
11 years ago
{
return
0
;
}