mirror of
https://github.com/ksherlock/mpw.git
synced 2025-08-07 06:27:07 +00:00
cmake files
This commit is contained in:
@@ -6,3 +6,4 @@ project(mpw)
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
|
||||
add_subdirectory(bin)
|
||||
add_subdirectory(cpu)
|
5
cpu/CMakeLists.txt
Normal file
5
cpu/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
set(CPU_SRC CpuModule_Disassembler.c)
|
||||
|
||||
add_library(CPU_LIB ${CPU_SRC})
|
Reference in New Issue
Block a user