mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
73b27f6ae8
Fixes: #21900
11 lines
121 B
C
11 lines
121 B
C
#include <IL/il.h>
|
|
|
|
int main()
|
|
{
|
|
// Test 1 requires to link to the library.
|
|
ilInit();
|
|
|
|
ilShutDown();
|
|
return 0;
|
|
}
|