mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
CMake: Generate scmrev.h at build time instead of configure time.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user