From e4973c13558b12397124d7c9423c5eb641140444 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 15 Jun 2015 22:26:26 +0300 Subject: utils/cxx/ -> cxx/ --- cxx/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cxx/CMakeLists.txt (limited to 'cxx/CMakeLists.txt') diff --git a/cxx/CMakeLists.txt b/cxx/CMakeLists.txt new file mode 100644 index 0000000..14b7700 --- /dev/null +++ b/cxx/CMakeLists.txt @@ -0,0 +1,3 @@ +add_library(libaesnixx INTERFACE) +target_include_directories(libaesnixx INTERFACE include/) +target_link_libraries(libaesnixx INTERFACE libaesni) -- cgit v1.2.3