devendor glfw3
This commit is contained in:
parent
e9c27889cf
commit
9f4cf7689b
2 changed files with 14 additions and 3 deletions
|
@ -9,13 +9,18 @@ add_executable(nesemu
|
|||
"PPU.cpp"
|
||||
"gfx/Window.cpp"
|
||||
"debugger/CPUWatcher.cpp"
|
||||
"debugger/Debugger.cpp" "debugger/PPUWatcher.cpp" "debugger/Disassembler.cpp" "debugger/MemoryViewer.cpp" "debugger/NametableViewer.cpp")
|
||||
"debugger/Debugger.cpp"
|
||||
"debugger/PPUWatcher.cpp"
|
||||
"debugger/Disassembler.cpp"
|
||||
"debugger/MemoryViewer.cpp"
|
||||
"debugger/NametableViewer.cpp")
|
||||
|
||||
target_include_directories(nesemu PRIVATE
|
||||
mappers
|
||||
gfx
|
||||
debugger
|
||||
${IMGUI_INCLUDE}
|
||||
${GLFW3_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_sources(nesemu PRIVATE
|
||||
|
@ -24,7 +29,7 @@ target_sources(nesemu PRIVATE
|
|||
|
||||
target_link_libraries(nesemu
|
||||
spdlog
|
||||
glfw
|
||||
${GLFW3_LIBRARIES}
|
||||
glad
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue