X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/libs/ia/CMakeLists.txt diff --git a/libs/ia/CMakeLists.txt b/libs/ia/CMakeLists.txt new file mode 100644 index 00000000..73ab8e46 --- /dev/null +++ b/libs/ia/CMakeLists.txt @@ -0,0 +1,7 @@ +set ( CPP_FILES ia.cpp ) + +add_library ( ia STATIC ${CPP_FILES} ) + +target_include_directories ( ia PUBLIC include ) + +target_link_libraries ( ia crypto common )