whoever added this boost jank is insane
This commit is contained in:
parent
f84fa1e51a
commit
26593d6fcb
@ -105,7 +105,7 @@ set(BOOST_LIBS_OPTIONAL "" CACHE STRING "Boost libs to be compiled")
|
||||
add_subdirectory(external/boost-cmake)
|
||||
set(BOOST_ROOT ${CMAKE_BINARY_DIR}/_deps/boost-src)
|
||||
find_package(Boost REQUIRED PATHS ${CMAKE_BINARY_DIR}/_deps/boost-src/tools/boost_install/ NO_DEFAULT_PATH)
|
||||
include_directories(${CMAKE_BINARY_DIR}/_deps/boost-src/boost)
|
||||
include_directories(${CMAKE_BINARY_DIR}/_deps/boost-src)
|
||||
|
||||
execute_process(COMMAND
|
||||
"${GIT_EXECUTABLE}" log -1 --pretty=\"%h\"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "client_class.h"
|
||||
#include "Constants.hpp"
|
||||
#include <optional>
|
||||
#include <boost/unordered/unordered_flat_map.hpp>
|
||||
#include "boost/unordered/unordered_flat_map.hpp"
|
||||
#include <soundcache.hpp>
|
||||
|
||||
struct matrix3x4_t;
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <boost/unordered/unordered_flat_map.hpp>
|
||||
#include "boost/unordered/unordered_flat_map.hpp"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
* so only draw in SwapWindow
|
||||
*/
|
||||
|
||||
#include <boost/unordered/unordered_flat_map.hpp>
|
||||
#include "boost/unordered/unordered_flat_map.hpp"
|
||||
#include <string>
|
||||
#include "colors.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user