mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-11-18 22:05:51 +00:00
4e4d0370be
This way object files can be shared accross multiple executables.
6 lines
141 B
CMake
6 lines
141 B
CMake
include_directories("${PROJECT_SOURCE_DIR}")
|
|
|
|
file(GLOB SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
|
|
|
|
add_library(devices OBJECT ${SOURCES})
|