cmake_minimum_required(VERSION 3.10) project(LDPathHackDemo) add_subdirectory(real_lib) add_subdirectory(fake_lib) add_subdirectory(victim)