Revision 167060303b6d9ffb56b2785cec0f7e363f0876c6 authored by Brad King on 14 October 2021, 12:03:54 UTC, committed by Brad King on 14 October 2021, 12:03:54 UTC
1 parent 9b8a551
Raw File
CMakeLists.txt
cmake_minimum_required (VERSION 2.8.12)
project(TargetName)

add_subdirectory(executables)
add_subdirectory(scripts)
back to top