diff options
Diffstat (limited to 'src/jsoncpp/json/CMakeLists.txt')
-rw-r--r-- | src/jsoncpp/json/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/jsoncpp/json/CMakeLists.txt b/src/jsoncpp/json/CMakeLists.txt deleted file mode 100644 index 9056e4b6d..000000000 --- a/src/jsoncpp/json/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -if(MSVC) - set(CMAKE_CXX_FLAGS_RELEASE "/MT /O2 /Ob2 /D NDEBUG") -endif() - -add_library(jsoncpp jsoncpp.cpp) -target_link_libraries(jsoncpp) - |