mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 21:15:34 +00:00
7 lines
231 B
C++
7 lines
231 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.
|
|
*/
|
|
|
|
void DummyFunction() {}
|