mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06: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