Allow inserting of build number and git hash through CMake, while also porting the mouse capture title fix from the CLI branch
This commit is contained in:
@@ -23,7 +23,7 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
project(86Box
|
||||
VERSION 3.0
|
||||
DESCRIPTION "Emulator of x86-based systems"
|
||||
HOMEPAGE_URL "https://86box.github.io/"
|
||||
HOMEPAGE_URL "https://86box.net"
|
||||
LANGUAGES C CXX)
|
||||
|
||||
# Detect the target architecture by trying to compile `src/arch_detect.c`
|
||||
|
||||
Reference in New Issue
Block a user