Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
87142bbd5f94de9591b0a5531e427a5f491f56fd
/
.
/
Tests
/
FindDevIL
/
Test
/
main.c
blob: 4a0708720070634df6cc172b7471974ea011157d [
file
]
#include
<IL/il.h>
int
main
()
{
// Test 1 requires to link to the library.
ilInit
();
ilShutDown
();
return
0
;
}