Files
projectm/src/libprojectM/StaticLibDummy.cpp
2023-12-30 14:56:35 +01:00

11 lines
284 B
C++

/**
* Dummy file for Xcode, as it doesn't create static libs with only $<TARGET_OBJECTS:...> sources.
* Linking this file will not add any code to the executables as the function is never referenced.
*/
namespace libprojectM {
void DummyFunction() {}
} // namespace libprojectM