Fix CMake interface include paths (#14)
* Fixed include path * Formatting * Remove lookup_constexpr.hpp
This commit is contained in:
committed by
GitHub
parent
cdc94ab2cb
commit
0cbefb77b7
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
#include <trigdx/trigdx_config.hpp>
|
#include <trigdx/trigdx_config.hpp>
|
||||||
|
|
||||||
#include <trigdx/reference.hpp>
|
|
||||||
#include <trigdx/lookup.hpp>
|
#include <trigdx/lookup.hpp>
|
||||||
#include <trigdx/lookup_avx.hpp>
|
#include <trigdx/lookup_avx.hpp>
|
||||||
|
#include <trigdx/reference.hpp>
|
||||||
|
|
||||||
#if defined(TRIGDX_USE_MKL)
|
#if defined(TRIGDX_USE_MKL)
|
||||||
#include <trigdx/mkl.hpp>
|
#include <trigdx/mkl.hpp>
|
||||||
|
|||||||
@@ -35,5 +35,5 @@ if(TRIGDX_USE_XSIMD)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_include_directories(
|
target_include_directories(
|
||||||
trigdx INTERFACE $<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/include>
|
trigdx INTERFACE $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
|
||||||
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>)
|
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>)
|
||||||
|
|||||||
Reference in New Issue
Block a user