19 lines
329 B
Text
19 lines
329 B
Text
![]() |
set(SRC
|
||
|
include/asset_types.hpp
|
||
|
include/asset.hpp
|
||
|
include/assetptr.hpp
|
||
|
include/material_nodes.hpp
|
||
|
|
||
|
src/asset.cpp)
|
||
|
|
||
|
add_library(Asset ${SRC})
|
||
|
target_include_directories(Asset PUBLIC include)
|
||
|
target_link_libraries(Asset
|
||
|
PUBLIC
|
||
|
Math
|
||
|
PRIVATE
|
||
|
stb
|
||
|
Log
|
||
|
Core)
|
||
|
set_engine_properties(Asset)
|