From e11c7190b596d880130b7b02d5400b5a71594ce5 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 30 Jan 2020 20:19:27 +1000 Subject: [PATCH] Linux build fix --- src/common/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index c338f403c..b31d224ab 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -11,6 +11,7 @@ add_library(common cd_image.h cd_image_bin.cpp cd_image_cue.cpp + cd_image_chd.cpp cd_subchannel_replacement.cpp cd_subchannel_replacement.h cd_xa.cpp @@ -55,7 +56,7 @@ add_library(common target_include_directories(common PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/..") target_include_directories(common PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/..") -target_link_libraries(common PRIVATE glad libcue Threads::Threads cubeb) +target_link_libraries(common PRIVATE glad libcue Threads::Threads cubeb libchdr) if(WIN32) target_sources(common PRIVATE