Initial CMake project setup.
Seperate library from other parts of project (samples, playground, testing, ...). We still are in one 'toplevel' cmake project, so we can for exmaple compile everything (library and playground) in debug mode, for simple development.
parents
Showing
.gitignore
0 → 100644
CMakeLists.txt
0 → 100644
README.md
0 → 100644
app/.gitkeep
0 → 100644
app/playground/CMakeLists.txt
0 → 100644
app/playground/main.cpp
0 → 100644
cmake/DisabelInSource.cmake
0 → 100644
cmake/SetupOptimizationLevel.cmake
0 → 100644
cmake/SetupThreadingSupport.cmake
0 → 100644
extern/.gitkeep
0 → 100644
extern/catch2/CMakeLists.txt
0 → 100644
extern/catch2/LICENSE.txt
0 → 100644
extern/catch2/catch.hpp
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib/.gitkeep
0 → 100644
lib/pls/CMakeLists.txt
0 → 100644
lib/pls/include/pls/library.h
0 → 100644
lib/pls/src/library.cpp
0 → 100644
test/.gitkeep
0 → 100644
Please
register
or
sign in
to comment