ac-test-data-whisper / CMakeLists.txt
stanimirovb's picture
add cmake integration
f33d981 verified
raw
history blame contribute delete
294 Bytes
add_library(ac-test-data-whisper INTERFACE)
add_library(ac-test-data::whisper ALIAS ac-test-data-whisper)
configure_file(ac-test-data-whisper-dir.in.h "${PROJECT_SOURCE_DIR}/gen/ac-test-data-whisper-dir.h")
target_include_directories(ac-test-data-whisper INTERFACE "${PROJECT_SOURCE_DIR}/gen")