Code: C++: Lambda

Todo

Use this file to further describe what’s there

ADD_EXECUTABLE(c++-lambda tests.cc)
TARGET_LINK_LIBRARIES(c++-lambda GTest::Main)

ADD_EXECUTABLE(c++-lambda-thread thread.cc)
TARGET_LINK_LIBRARIES(c++-lambda-thread Threads::Threads)
.
├── CMakeLists.txt
├── index.rst
├── tests.cc
└── thread.cc

0 directories, 4 files