forked from Apple-2-HW/Apple_II_vhdl
12 lines
134 B
CMake
12 lines
134 B
CMake
cmake_minimum_required (VERSION 2.8)
|
|
|
|
project (Tools)
|
|
find_package(PkgConfig)
|
|
|
|
include(CheckIncludeFiles)
|
|
add_subdirectory(tools)
|
|
|
|
|
|
|
|
|