You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
352 B
14 lines
352 B
6 years ago
|
#################################################
|
||
|
#
|
||
|
# Improvements and feedback are welcome
|
||
|
#
|
||
|
# This file is released under GPL >= 2
|
||
|
#
|
||
|
#################################################
|
||
|
|
||
|
# apmio
|
||
|
check_include_files( "sys/types.h;dev/apm/apmio.h" HAVE_DEV_APM_APMIO_H )
|
||
|
if( HAVE_DEV_APM_APMIO_H )
|
||
|
set( HAVE_APMIO 1 CACHE INTERNAL "" FORCE )
|
||
|
endif( )
|