Allow linking against system libraries for almost everything (#1790)
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
list(APPEND SMDATA_FILE_TYPES_SRC
|
||||
"CsvFile.cpp"
|
||||
"IniFile.cpp"
|
||||
"MsdFile.cpp"
|
||||
"XmlFile.cpp"
|
||||
"XmlToLua.cpp"
|
||||
"XmlFileUtil.cpp"
|
||||
)
|
||||
"CsvFile.cpp"
|
||||
"IniFile.cpp"
|
||||
"MsdFile.cpp"
|
||||
"XmlFile.cpp"
|
||||
"XmlToLua.cpp"
|
||||
"XmlFileUtil.cpp")
|
||||
list(APPEND SMDATA_FILE_TYPES_HPP
|
||||
"CsvFile.h"
|
||||
"IniFile.h"
|
||||
"MsdFile.h"
|
||||
"XmlFile.h"
|
||||
"XmlToLua.h"
|
||||
"XmlFileUtil.h"
|
||||
)
|
||||
"CsvFile.h"
|
||||
"IniFile.h"
|
||||
"MsdFile.h"
|
||||
"XmlFile.h"
|
||||
"XmlToLua.h"
|
||||
"XmlFileUtil.h")
|
||||
|
||||
source_group("File Types" FILES ${SMDATA_FILE_TYPES_SRC} ${SMDATA_FILE_TYPES_HPP})
|
||||
source_group("File Types"
|
||||
FILES
|
||||
${SMDATA_FILE_TYPES_SRC}
|
||||
${SMDATA_FILE_TYPES_HPP})
|
||||
|
||||
Reference in New Issue
Block a user