mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 20:53:56 +00:00
some refactoring with optional_function
- wrapped std::function into utils::optional_function -- cleaned the code accordingly in windows_emulator - using the 'emulator'/'windows_emulator' dependency implies the emulator_common as well.
This commit is contained in:
@@ -8,4 +8,5 @@ list(SORT SRC_FILES)
|
||||
|
||||
add_library(emulator ${SRC_FILES})
|
||||
|
||||
target_link_libraries(emulator PUBLIC emulator-common)
|
||||
target_include_directories(emulator INTERFACE "${CMAKE_CURRENT_LIST_DIR}")
|
||||
|
||||
Reference in New Issue
Block a user