Echo Writes Code

CMakeLists.txt

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

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

target_sources(crucible-benchmark PRIVATE
  source/crucible/boot/main.cpp)