mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-05 15:05:13 +00:00
11 lines
284 B
C++
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
|