]> git.stg.codes - stg.git/blobdiff - libs/ibpp/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / libs / ibpp / CMakeLists.txt
diff --git a/libs/ibpp/CMakeLists.txt b/libs/ibpp/CMakeLists.txt
new file mode 100644 (file)
index 0000000..109ba75
--- /dev/null
@@ -0,0 +1,5 @@
+set ( CPP_FILES all_in_one.cpp )
+
+add_library ( ibpp STATIC ${CPP_FILES} )
+
+target_include_directories ( ibpp PUBLIC include )