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