Added src/utils/reference_counter.hpp to CMakeLists.txt

This commit is contained in:
Thonsew 2011-08-10 15:50:47 +00:00
parent fb5d09104f
commit 0f13d37632

View file

@ -186,6 +186,7 @@ if(MSVC)
SOURCE_GROUP("src tests utils" REGULAR_EXPRESSION "tests/utils/.*")
SOURCE_GROUP("src tools" REGULAR_EXPRESSION "tools/.*")
SOURCE_GROUP("src tools schema" REGULAR_EXPRESSION "tools/schema/.*")
SOURCE_GROUP("src utils" REGULAR_EXPRESSION "utils/.*")
SOURCE_GROUP("src whiteboard" REGULAR_EXPRESSION "whiteboard/.*")
endif(MSVC)