mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-26 15:20:21 +01:00
Move library tree where it belongs
This commit is contained in:
8
lib-src/liblrdf/lrdf.i
Normal file
8
lib-src/liblrdf/lrdf.i
Normal file
@@ -0,0 +1,8 @@
|
||||
%module lrdf
|
||||
%{
|
||||
#include "lrdf.h"
|
||||
#include "lrdf_types.h"
|
||||
%}
|
||||
|
||||
%include "lrdf.h"
|
||||
%include "lrdf_types.h"
|
||||
Reference in New Issue
Block a user