13 lines
138 B
CMake
13 lines
138 B
CMake
target_sources(
|
|
Turbine PRIVATE
|
|
clipboard.cpp
|
|
gfx.cpp
|
|
turbine.cpp
|
|
)
|
|
target_link_libraries(
|
|
Turbine PUBLIC
|
|
glad
|
|
glfw
|
|
imgui
|
|
)
|