mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-24 12:30:05 +00:00
822f6cafd2
It manages various hardware configurations referred to as machines.
8 lines
170 B
CMake
8 lines
170 B
CMake
set(CMAKE_CXX_STANDARD 11)
|
|
|
|
include_directories("${PROJECT_SOURCE_DIR}")
|
|
|
|
file(GLOB SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
|
|
|
|
add_library(machines OBJECT ${SOURCES})
|