mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[c12538] Do not use GLOB in CMake for source file lists
From the CMake documentation of the FILE command: "We do not recommend using GLOB to collect a list of source files from your source tree. If no CMakeLists.txt file changes when a source is added or removed then the generated build system cannot know when to ask CMake to regenerate." (based on commit [12390] - f123635) Signed-off-by: DasBlub <DasBlub@gmail.com>
This commit is contained in:
parent
a27787851c
commit
7b52873e24
9 changed files with 656 additions and 117 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12537"
|
||||
#define REVISION_NR "12538"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue