8 lines
188 B
CMake
8 lines
188 B
CMake
add_library(${TG_CORE} INTERFACE
|
|
include/render_type_def.h
|
|
include/math.hpp
|
|
)
|
|
|
|
|
|
target_include_directories(${TG_CORE} INTERFACE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/include) |