1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-04 20:47:09 +02:00

init project skeleton

This commit is contained in:
Pierre-Francois Carpentier 2015-12-16 23:11:08 +01:00
parent 5a449e9947
commit 4f8f93a594
12 changed files with 564 additions and 0 deletions

7
cmake/libasyncd.cmake Executable file
View file

@ -0,0 +1,7 @@
if (NOT LIBASYNCD_LIBRARIES)
find_path(LIBASYNCD_INCLUDE_DIR asyncd.h ${_LIBASYNCD_PATHS} PATH_SUFFIXES include include/asyncd/)
endif ()
if (NOT LIBASYNCD_LIBRARIES)
find_library(LIBASYNCD_LIBRARIES NAMES asyncd ${_LIBASYNCD_PATHS} PATH_SUFFIXES lib)
endif ()