repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git]
/
pkgs
/
by-name
/
he
/
hello-cpp
/
src
/
CMakeLists.txt
blob
b7bddfdefd0ab4e1b216c503f3487969cbe1cf43
1
cmake_minimum_required(VERSION 3.10)
2
project(hello-cpp)
3
4
add_executable(hello-cpp main.cpp)
5
6
install(TARGETS hello-cpp)