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