mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Moved most of the generators code into a cpp file.
Since it doesn't use templates, it doesn't need to be in the header.
This commit is contained in:
@@ -17,6 +17,7 @@ set (LOOT_SRC "${CMAKE_SOURCE_DIR}/src/backend/metadata.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/src/backend/network.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/src/backend/globals.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/src/backend/graph.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/src/backend/generators.cpp"
|
||||
"${PROJECT_LIBS_DIR}/pugixml/src/pugixml.cpp")
|
||||
|
||||
set (LOOT_GUI_SRC ${LOOT_SRC}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+13
-732
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user