mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-20 13:04:53 -04:00
clean up, added the deps to the repo since the version matters
This commit is contained in:
parent
88430a890a
commit
51a2a68f05
364 changed files with 155261 additions and 626 deletions
13
library/deps/libjpeg-turbo/win/config.h.in
Normal file
13
library/deps/libjpeg-turbo/win/config.h.in
Normal file
|
@ -0,0 +1,13 @@
|
|||
#define VERSION "@VERSION@"
|
||||
#define BUILD "@BUILD@"
|
||||
#define PACKAGE_NAME "@CMAKE_PROJECT_NAME@"
|
||||
|
||||
#ifndef INLINE
|
||||
#if defined(__GNUC__)
|
||||
#define INLINE __attribute__((always_inline))
|
||||
#elif defined(_MSC_VER)
|
||||
#define INLINE __forceinline
|
||||
#else
|
||||
#define INLINE
|
||||
#endif
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue