Trying vcpkg

This commit is contained in:
Dynamitos
2025-01-23 12:33:39 +01:00
parent b6e53b39d1
commit 35eb7544ee
5 changed files with 45 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
target_sources(RayTracer
PRIVATE
main.cpp)
+3
View File
@@ -0,0 +1,3 @@
int main() {
return 0;
}