Echo Writes Code

CMakeLists.txt

1
2
3
4
5
6
7
8
crucible_add_executable(crucible-identify)

target_link_libraries(crucible-identify PRIVATE
  crucible-boot
  crucible-core)

target_sources(crucible-identify PRIVATE
  source/crucible/boot/hook.cpp)