CMSIS-NN: Fixes to cmake build to build library without test framework.

pull/19/head
Christophe Favergeon 6 years ago
parent e54224972f
commit bae42f246c

@ -1,9 +1,5 @@
include(CMakePrintHelpers)
if(EXPERIMENTAL)
list(APPEND CMAKE_MODULE_PATH ${EXPROOT})
include(experimental)
endif()
include(configLib)

@ -1,6 +1,10 @@
# This is for building a library only
# It is similar to the config.cmake but ignoring anything related to the platform
# and boot code
if(EXPERIMENTAL)
list(APPEND CMAKE_MODULE_PATH ${EXPROOT})
include(experimental)
endif()
include(Toolchain/Tools)

Loading…
Cancel
Save