Update to new PkmnLib
This commit is contained in:
parent
31414d6521
commit
20edf39d48
|
@ -9,7 +9,6 @@ include_pkmnlib()
|
|||
|
||||
file(GLOB_RECURSE SRC_FILES src/*.cpp src/*.hpp)
|
||||
add_executable(PkmnLibTools ${SRC_FILES})
|
||||
target_precompile_headers(PkmnLibTools PUBLIC src/Precompiled.hxx)
|
||||
add_definitions(-DLEVEL_U8)
|
||||
|
||||
SET(_LINKS Arbutils CreatureLib pkmnLib)
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#ifndef PKMNLIBTOOLS_PRECOMPILED_HXX
|
||||
#define PKMNLIBTOOLS_PRECOMPILED_HXX
|
||||
|
||||
#include <PkmnLib/Precompiled.hxx>
|
||||
|
||||
#endif // PKMNLIBTOOLS_PRECOMPILED_HXX
|
|
@ -1,5 +1,6 @@
|
|||
#ifndef PKMNLIBTOOLS_SCRIPTCOMPILER_HPP
|
||||
#define PKMNLIBTOOLS_SCRIPTCOMPILER_HPP
|
||||
#include <string>
|
||||
|
||||
class ScriptCompiler {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue