Refactor Steam Link support files
This commit is contained in:
parent
b78a7971d9
commit
2bf3f1b94b
9 changed files with 17 additions and 13 deletions
3
config.tests/SL/SL.pro
Normal file
3
config.tests/SL/SL.pro
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
SOURCES = main.cpp
|
||||
LIBS += -lSLVideo -lSLAudio
|
||||
|
||||
|
|
@ -1,7 +1,9 @@
|
|||
#include <SLVideo.h>
|
||||
#include <SLAudio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
SLVideo_CreateContext();
|
||||
SLAudio_CreateContext();
|
||||
return 0;
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
SOURCES = main.cpp
|
||||
LIBS += -lSLVideo
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue