
Audio is streamed directly from the publisher (gnuworldorder.info) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
Cmake.
The demo Cmake script from this episode is :
cmake_minimum_required(VERSION 3.10)
project(World VERSION 1.0)
add_executable(World world.c)
file(COPY assets DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
target_include_directories(World PUBLIC "${PROJECT_BINARY_DIR}")
install(TARGETS World)
install(DIRECTORY assets/ TYPE DATA)
shasum -a256=1216f18ab23de70f591e025c93659588c50cbc2ec407be14e99e81c78b1fdc86