blankart/src/acs/CMakeLists.txt
2026-02-11 22:44:28 -05:00

14 lines
201 B
CMake

add_subdirectory(ACSVM)
target_sources(BLANKART PRIVATE
environment.cpp
environment.hpp
thread.cpp
thread.hpp
call-funcs.cpp
call-funcs.hpp
stream.cpp
stream.hpp
interface.cpp
interface.h
)