mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-18 12:06:03 +08:00
rename ggwave-gui -> waver
This commit is contained in:
15
examples/waver/CMakeLists.txt
Normal file
15
examples/waver/CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
add_executable(waver main.cpp common.cpp interface.cpp interface-unix.cpp)
|
||||
|
||||
target_include_directories(waver PRIVATE
|
||||
..
|
||||
${SDL2_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_link_libraries(waver PRIVATE
|
||||
ggwave
|
||||
ggwave-common
|
||||
ggwave-common-sdl2
|
||||
ggsock
|
||||
imgui-sdl2
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
Reference in New Issue
Block a user