This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/Kitware/CMake.git
synced
2026-04-22 06:09:14 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ffbdca2b84b06ea93888781f9a5cc201f6c9ddfd
CMake
/
Tests
/
COnly
/
conly.c
T
Bill Hoffman
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
2002-04-02 15:43:23 -05:00
5 lines
28 B
C
Raw
Blame
History
int
main
(
)
{
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink