index
:
viv
main
origin/main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
blob: ada4a13e2f87b0f30a6d06999bef057c19cd398d (
plain
) (
blame
)
1
2
3
4
cmake_minimum_required
(
VERSION
3.13.4
)
project
(
viv
C
)
add_subdirectory
(
${
PROJECT_NAME
}
)