Import("swiften_env", "env") sources = [ "VideoFrame.cpp", "VideoEncoder.cpp", "VP8Encoder.cpp", ] swiften_env.Append(SWIFTEN_OBJECTS = swiften_env.SwiftenObject(sources)) env.Append(UNITTEST_SOURCES = [])