GitHunt
OL

oliverhu/cmake_ExternalProject_demo

cmake_ExternalProject_demo

.
├── c++
│   ├── include
│   ├── src
│   │   ├── CMakeLists.txt
│   │   ├── main.cpp
│   │   └── orc_read_test.cpp
│   └── test
├── CMakeLists.txt
├── cmake_modules
│   └── FindORC.cmake
└── iris.orc

build

mkdir build
cd build
cmake..
make

test

./orc_reader

Languages

CMake60.3%C++39.7%

Contributors

Created April 21, 2021
Updated April 21, 2021
oliverhu/cmake_ExternalProject_demo | GitHunt