diff options
Diffstat (limited to 'serialize')
| -rw-r--r-- | serialize/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | serialize/precomp.hpp | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/serialize/CMakeLists.txt b/serialize/CMakeLists.txt index 1813ba90..45d7704e 100644 --- a/serialize/CMakeLists.txt +++ b/serialize/CMakeLists.txt @@ -22,7 +22,3 @@ endif() if(WIN32) target_link_libraries(${self} PUBLIC ntdll) endif() - -if(FLOORMAT_PRECOMPILED-HEADERS) - target_precompile_headers(${self} PRIVATE precomp.hpp) -endif() diff --git a/serialize/precomp.hpp b/serialize/precomp.hpp deleted file mode 100644 index 23c79b16..00000000 --- a/serialize/precomp.hpp +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once -#include "../src/precomp.hpp" -#include <nlohmann/json_fwd.hpp> -#include <nlohmann/json.hpp> |
