Added missing source file to CMakeLists.txt.

This commit is contained in:
Baptiste Lepilleur 2013-05-09 15:21:06 +00:00
parent 1ccfdfcb9b
commit 58b6541478

View File

@ -5,6 +5,7 @@ ENDIF(JSONCPP_LIB_BUILD_SHARED)
ADD_EXECUTABLE( jsoncpp_test
jsontest.cpp
jsontest.h
main.cpp
)