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/test/CMakeLists.txt

3 lines
143 B
CMake
Raw Normal View History

2022-07-31 22:27:19 +08:00
add_executable(main main.c)
target_link_libraries(main PUBLIC ${HAZEL_CORE_NAME})
target_precompile_headers(main REUSE_FROM ${HAZEL_CORE_NAME})