mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-11-17 00:07:20 +00:00
7 lines
186 B
CMake
7 lines
186 B
CMake
include_directories("${PROJECT_SOURCE_DIR}")
|
|
|
|
file(GLOB SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
|
|
|
|
add_library(devices OBJECT ${SOURCES})
|
|
target_link_libraries(devices PRIVATE cubeb)
|