mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-24 13:32:39 +00:00
cmake files
This commit is contained in:
parent
93d782c464
commit
42c6b1751e
@ -6,3 +6,4 @@ project(mpw)
|
|||||||
cmake_minimum_required(VERSION 2.6)
|
cmake_minimum_required(VERSION 2.6)
|
||||||
|
|
||||||
add_subdirectory(bin)
|
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})
|
Loading…
Reference in New Issue
Block a user