mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Move wine.cpp into its own library
avoid extra compilations that way
This commit is contained in:
committed by
majcosta
parent
fd6ffd8d69
commit
22e67f66fa
@@ -0,0 +1,4 @@
|
||||
add_library(wine
|
||||
wine.cpp
|
||||
)
|
||||
target_include_directories(wine PUBLIC include)
|
||||
Reference in New Issue
Block a user