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