]> git.stg.codes - stg.git/blobdiff - libs/ia/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / libs / ia / CMakeLists.txt
diff --git a/libs/ia/CMakeLists.txt b/libs/ia/CMakeLists.txt
new file mode 100644 (file)
index 0000000..73ab8e4
--- /dev/null
@@ -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 )