include_directories(${LIBUAES_SOURCE_DIR}/include) add_library(uaes STATIC aes.c) install(TARGETS uaes ARCHIVE DESTINATION lib )