[Fwk] Updated headers and added unit tests, fixed minor issues related to text stream operator overload

This commit is contained in:
Magne Sjaastad
2015-11-26 12:19:29 +01:00
parent 1bdb68e3d7
commit 3e9e5779ab
27 changed files with 26888 additions and 79 deletions

View File

@@ -35,7 +35,9 @@ if (USE_CEE_VIZ)
add_subdirectory(VizFwk/LibCore)
add_subdirectory(AppFwk/cafPdmCvf)
add_subdirectory(AppFwk/cafPdmCvf/cafPdmCvf_UnitTests)
add_subdirectory(AppFwk/cafTests/cafTestCvfApplication)
set_property(TARGET LibCore cafPdmCvf cafTestCvfApplication PROPERTY FOLDER "CeeViz")
set_property(TARGET LibCore cafPdmCvf cafPdmCvf_UnitTests cafTestCvfApplication PROPERTY FOLDER "CeeViz")
endif()