New tools refactor first pass
This commit is contained in:
@ -9,8 +9,8 @@ add_executable(vnscenegen)
|
||||
target_sources(vnscenegen
|
||||
PRIVATE
|
||||
main.cpp
|
||||
../../utils/file.cpp
|
||||
../../utils/xml.cpp
|
||||
../../util/file.cpp
|
||||
../../util/xml.cpp
|
||||
)
|
||||
target_include_directories(vnscenegen
|
||||
PUBLIC
|
||||
|
@ -3,8 +3,8 @@
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#include "../../utils/file.hpp"
|
||||
#include "../../utils/xml.hpp"
|
||||
#include "../../util/file.hpp"
|
||||
#include "../../util/xml.hpp"
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
|
Reference in New Issue
Block a user