mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
[12690] Extractor cmake file cleanup
This commit is contained in:
parent
2744e8b3c9
commit
28ad733c49
2 changed files with 1 additions and 2 deletions
|
|
@ -298,7 +298,6 @@ link_directories(
|
|||
add_subdirectory (loadlib)
|
||||
|
||||
add_executable (ad dbcfile.cpp System.cpp)
|
||||
set_target_properties(ad PROPERTIES PUBLIC_HEADER "../../dep/StormLib/src/StormLib.h")
|
||||
target_link_libraries (ad storm loadlib)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12688"
|
||||
#define REVISION_NR "12689"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue