dingusppc/devices/CMakeLists.txt

8 lines
247 B
CMake
Raw Normal View History

include_directories("${PROJECT_SOURCE_DIR}"
"${PROJECT_SOURCE_DIR}/thirdparty/SDL2/")
file(GLOB SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
add_library(devices OBJECT ${SOURCES})
2020-05-15 00:36:40 +00:00
target_link_libraries(devices PRIVATE cubeb)