Refactor Steam Link support files

This commit is contained in:
Cameron Gutman 2019-03-22 22:51:08 -07:00
commit 2bf3f1b94b
9 changed files with 17 additions and 13 deletions

3
config.tests/SL/SL.pro Normal file
View file

@ -0,0 +1,3 @@
SOURCES = main.cpp
LIBS += -lSLVideo -lSLAudio

View file

@ -1,7 +1,9 @@
#include <SLVideo.h>
#include <SLAudio.h>
int main()
{
SLVideo_CreateContext();
SLAudio_CreateContext();
return 0;
}

View file

@ -1,3 +0,0 @@
SOURCES = main.cpp
LIBS += -lSLVideo