[12690] Extractor cmake file cleanup

This commit is contained in:
sanctum32 2013-10-21 06:40:12 +03:00 committed by Antz
parent 2744e8b3c9
commit 28ad733c49
2 changed files with 1 additions and 2 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12688"
#define REVISION_NR "12689"
#endif // __REVISION_NR_H__