mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-04 14:50:23 +00:00
committed by
Brad King
parent
b4d3cdc8c5
commit
bfa92e5725
6
Tests/XCTest/StaticLibExample/StaticLibExample.c
Normal file
6
Tests/XCTest/StaticLibExample/StaticLibExample.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "StaticLibExample.h"
|
||||
|
||||
int FourtyFour()
|
||||
{
|
||||
return 44;
|
||||
}
|
||||
Reference in New Issue
Block a user