mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-19 04:40:39 -05:00
CheckIPOSupported: New module to check for compiler/cmake IPO support
This commit is contained in:
4
Modules/CheckIPOSupported/foo.cpp
Normal file
4
Modules/CheckIPOSupported/foo.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
int foo()
|
||||
{
|
||||
return 0x42;
|
||||
}
|
||||
Reference in New Issue
Block a user