Echo Writes Code

CMakeLists.txt

1
2
3
4
5
6
7
8
crucible_add_executable(console_cube)

target_link_libraries(console_cube PRIVATE
	crucible_core)

target_sources(console_cube PRIVATE
	source/main.cpp)