chore: finish basic CMake build scripts

This commit is contained in:
2024-07-24 22:28:44 +08:00
parent a1de143ae8
commit 03f4b1b773
7 changed files with 53 additions and 13 deletions

View File

@@ -4,6 +4,7 @@ add_library(VSWShared STATIC "")
target_sources(VSWShared
PRIVATE
# Sources
DataTypes.cpp
)
# Setup header files
target_sources(VSWShared

0
shared/DataTypes.cpp Normal file
View File