mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-18 03:47:29 +08:00
Initial commit
This commit is contained in:
13
examples/ggwave-cli/CMakeLists.txt
Normal file
13
examples/ggwave-cli/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
add_executable(ggwave-cli main.cpp)
|
||||
|
||||
target_include_directories(ggwave-cli PRIVATE
|
||||
..
|
||||
${SDL2_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_link_libraries(ggwave-cli PRIVATE
|
||||
ggwave
|
||||
ggwave-common
|
||||
ggwave-common-sdl2
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
Reference in New Issue
Block a user