10 lines
87 B
CMake
10 lines
87 B
CMake
include_directories(. .. ../../include)
|
|
|
|
add_library(
|
|
engine
|
|
|
|
OBJECT
|
|
|
|
engine.c
|
|
)
|