CMake: Generate scmrev.h at build time instead of configure time.

This commit is contained in:
Admiral H. Curtiss
2023-06-28 19:44:01 +02:00
parent 61c45e8d68
commit 2a6f4d879c
3 changed files with 71 additions and 61 deletions

View File

@ -135,6 +135,8 @@ add_library(common
WorkQueueThread.h
)
add_dependencies(common dolphin_scmrev)
if(NOT MSVC AND _M_ARM_64)
set_source_files_properties(
Crypto/AES.cpp