Remove armv4t specific include directory from build
Directory was removed in a previous commit.
This commit is contained in:
parent
1159162e50
commit
198f3d3f72
@ -15,7 +15,6 @@ file(GLOB mtl_sources_armv4t LIST_DIRECTORIES false CONFIGURE_DEPENDS src/armv4t
|
|||||||
|
|
||||||
set(mtl_include_common "include")
|
set(mtl_include_common "include")
|
||||||
set(mtl_include_debug "include/debug")
|
set(mtl_include_debug "include/debug")
|
||||||
set(mtl_include_armv4t "include/armv4t")
|
|
||||||
|
|
||||||
add_library(${PROJECT_NAME} STATIC)
|
add_library(${PROJECT_NAME} STATIC)
|
||||||
|
|
||||||
@ -29,7 +28,6 @@ endif()
|
|||||||
|
|
||||||
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "armv4t")
|
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "armv4t")
|
||||||
target_sources(${PROJECT_NAME} PRIVATE "${mtl_sources_armv4t}")
|
target_sources(${PROJECT_NAME} PRIVATE "${mtl_sources_armv4t}")
|
||||||
target_include_directories(${PROJECT_NAME} PUBLIC "${mtl_include_armv4t}")
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# TODO: Support installing library
|
# TODO: Support installing library
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user