mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
5 lines
78 B
CMake
5 lines
78 B
CMake
add_library(wine
|
|
wine.cpp
|
|
)
|
|
target_include_directories(wine PUBLIC include)
|