This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
InfinitShoot/binding/lua/executor/CMakeLists.txt

2 lines
127 B
CMake
Raw Normal View History

2022-07-29 21:35:46 +08:00
add_executable(${HAZEL_EXECUTOR_NAME} ./executor.c)
target_link_libraries(${HAZEL_EXECUTOR_NAME} PUBLIC ${HAZEL_CORE_NAME} lua)