dingusppc/devices/CMakeLists.txt
2020-05-15 02:44:00 +02:00

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)