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