Removed curl dependency by using cmake internal curl
[platform/upstream/cmake.git] / Tests / CMakeCommands / target_link_libraries / subdir / subdirlib.cpp
1
2 #include "subdirlib.h"
3
4 int SubDirLibObject::foo() const
5 {
6   return 0;
7 }