mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
73b27f6ae8
Fixes: #21900
9 lines
152 B
C
9 lines
152 B
C
#include <IL/ilu.h>
|
|
|
|
int main()
|
|
{
|
|
// IL Utilities requires only initialization.
|
|
// Unlike main DevIL there are no shutdown function.
|
|
iluInit();
|
|
}
|