Move wine.cpp into its own library

avoid extra compilations that way
This commit is contained in:
Marco Antonio J. Costa
2025-01-05 07:57:57 -03:00
committed by majcosta
parent fd6ffd8d69
commit 22e67f66fa
5 changed files with 6 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
add_library(wine
wine.cpp
)
target_include_directories(wine PUBLIC include)