Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / pkgs / by-name / he / hello-cpp / src / CMakeLists.txt
blobb7bddfdefd0ab4e1b216c503f3487969cbe1cf43
1 cmake_minimum_required(VERSION 3.10)
2 project(hello-cpp)
4 add_executable(hello-cpp main.cpp)
6 install(TARGETS hello-cpp)