mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Use of BUILD_SHARED_LIBS added
This commit is contained in:
committed by
Erik de Castro Lopo
parent
1cb968a7d4
commit
573dbc12ae
@@ -11,7 +11,7 @@ endif()
|
||||
|
||||
add_executable(benchmark_residual benchmark_residual.c util.c)
|
||||
target_include_directories(benchmark_residual PRIVATE
|
||||
"$<TARGET_PROPERTY:FLAC-static,SOURCE_DIR>/include")
|
||||
"$<TARGET_PROPERTY:FLAC,SOURCE_DIR>/include")
|
||||
target_link_libraries(benchmark_residual
|
||||
FLAC-static
|
||||
FLAC
|
||||
$<$<BOOL:${HAVE_CLOCK_GETTIME}>:rt>)
|
||||
|
||||
Reference in New Issue
Block a user