WIP on vcpkg integration

This commit is contained in:
DubbleClick
2025-03-24 14:35:10 +07:00
parent 161a3924d2
commit fe2bc9e4e1
6 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
set(CMAKE_C_COMPILER /usr/bin/gcc)
set(CMAKE_CXX_COMPILER /usr/bin/g++)
set(CMAKE_AR /usr/bin/ar)
set(CMAKE_LINKER /usr/bin/ld.gold)