[nostalgia] Break part of core out into Turbine and TeaGBA libraries
This commit is contained in:
12
src/turbine/glfw/CMakeLists.txt
Normal file
12
src/turbine/glfw/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
target_sources(
|
||||
Turbine PRIVATE
|
||||
clipboard.cpp
|
||||
gfx.cpp
|
||||
turbine.cpp
|
||||
)
|
||||
target_link_libraries(
|
||||
Turbine PUBLIC
|
||||
glad
|
||||
glfw
|
||||
imgui
|
||||
)
|
||||
Reference in New Issue
Block a user