Code: C++: Basic Class

Todo

Use this file to further describe what’s there

ADD_LIBRARY(c-point 
  c-point.h c-point.c
  point.h point.cc
)

ADD_SUBDIRECTORY(tests)
.
├── CMakeLists.txt
├── c-point.c
├── c-point.h
├── index.rst
├── point.cc
├── point.h
└── tests
    ├── cc-point-tests.cc
    ├── CMakeLists.txt
    ├── c-point-tests.cc
    └── run.cc

1 directory, 10 files