mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 08:36:16 +00:00
added MOMO_BUILD_AS_LIBRARY
this allows to build the emulator as a static library. useful for using the project as a library
This commit is contained in:
@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.26.4)
|
||||
##########################################
|
||||
|
||||
option(MOMO_ENABLE_SANITIZER "Enable sanitizer" OFF)
|
||||
option(MOMO_BUILD_AS_LIBRARY "Configure and Build the emulator as a shared library (without the samples and tests)" OFF)
|
||||
|
||||
##########################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user