# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright © 2012, libcorkipset authors
# All rights reserved.
#
# Please see the COPYING file in this distribution for license details.
# ----------------------------------------------------------------------

#-----------------------------------------------------------------------
# Examples

add_c_executable(
    ipv4-set-size
    SKIP_INSTALL
    OUTPUT_NAME ipv4-set-size
    SOURCES ipv4-set-size.c
    LIBRARIES
        libcork
    LOCAL_LIBRARIES
        libcorkipset
)
