diff options
| author | Kamil Cukrowski <[email protected]> | 2021-05-18 16:07:43 +0200 |
|---|---|---|
| committer | Kamil Cukrowski <[email protected]> | 2021-08-21 02:17:12 +0200 |
| commit | fdcccab327f45bb5cabb232b0e25f06748b7ee80 (patch) | |
| tree | 666d2f4c2f432cd3989b6e3c096c588f8caa0b3d /CMakeLists.txt | |
| parent | e33af907d1f3dfe2e10adc5db909237624da4ef1 (diff) | |
| download | STC-modified-fdcccab327f45bb5cabb232b0e25f06748b7ee80.tar.gz STC-modified-fdcccab327f45bb5cabb232b0e25f06748b7ee80.zip | |
Provide initial cmake configuration
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..1787154f --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.1) +project(stc) +add_library(stc INTERFACE) +target_include_directories(stc INTERFACE include) + + |
