basic project

This commit is contained in:
2026-02-14 21:54:27 -05:00
commit 2dd2d9c995
12 changed files with 235 additions and 0 deletions

6
src/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
add_executable(tv2hv
main.cpp
)
tv2hv_target(tv2hv)

5
src/main.cpp Normal file
View File

@@ -0,0 +1,5 @@
int main(int argc, char** argv) {
}