VCL doesn't work with musl.
Type: improvement
Change-Id: I5cb69da680dc98d14d88e340b4db6b5a8584ff23
Signed-off-by: Damjan Marion <[email protected]>
# See the License for the specific language governing permissions and
# limitations under the License.
+if(NOT VPP_BUILD_VCL)
+ return()
+endif()
+
##############################################################################
# vpp builtin hs apps
##############################################################################
##############################################################################
# vppcom shared library
##############################################################################
+
+option(VPP_BUILD_VCL "Build VCL" ON)
+if(NOT VPP_BUILD_VCL)
+ return()
+endif(NOT VPP_BUILD_VCL)
+
add_vpp_library(vppcom
SOURCES
vppcom.c