mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-16 19:05:39 +00:00
CMake: Linux build fix
This commit is contained in:
parent
fe2e6561d3
commit
97c435a154
|
@ -55,7 +55,7 @@ add_library(common
|
||||||
timestamp.h
|
timestamp.h
|
||||||
types.h
|
types.h
|
||||||
wav_writer.cpp
|
wav_writer.cpp
|
||||||
wav_Writer.h
|
wav_writer.h
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(common PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
target_include_directories(common PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||||
|
|
Loading…
Reference in a new issue