This website requires JavaScript.
Explore
Help
Sign In
tqcq
/
CPM.cmake
Watch
0
Star
0
Fork
0
You've already forked CPM.cmake
mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced
2025-11-23 04:37:43 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f7ccbcd8a8737a778b1b5ff1a3c4487622b03df2
CPM.cmake
/
test
/
integration
/
templates
/
no-deps
/
main.c
7 lines
64 B
C
Raw
Normal View
History
Unescape
Escape
Added test for CPM-specific CMakeCache values
2022-01-12 12:18:43 +02:00
#
include
<stdio.h>
int
main
(
)
{
Style
2022-01-12 13:45:29 +02:00
puts
(
"
Hello
"
)
;
return
0
;
Added test for CPM-specific CMakeCache values
2022-01-12 12:18:43 +02:00
}
Reference in New Issue
Copy Permalink