cmake_minimum_required(VERSION 3.10)

set(SOURCES
	libpopcnt.h
)

add_library(libpopcnt INTERFACE)

