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:
parent
5a449e9947
commit
4f8f93a594
12 changed files with 564 additions and 0 deletions
7
cmake/libasyncd.cmake
Executable file
7
cmake/libasyncd.cmake
Executable 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 ()
|
Loading…
Add table
Add a link
Reference in a new issue