removed unecessary files
This commit is contained in:
parent
d1bdd090f5
commit
0627791cc1
|
|
@ -1,21 +0,0 @@
|
|||
cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
project(xschem LANGUAGES C)
|
||||
|
||||
file(GLOB_RECURSE PROJECT_SOURCE_FILES CONFIGURE_DEPENDS src/*.c)
|
||||
list(REMOVE_ITEM PROJECT_SOURCE_FILES /home/rafmag/xschem/src/rawtovcd.c)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${PROJECT_SOURCE_FILES})
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC src/ /usr/include/cairo /usr/include/tcl8.6)
|
||||
|
||||
TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${CMAKE_DL_LIBS} tcl8.6 tk8.6 cairo xcb X11 xcb-render X11-xcb Xpm m jpeg)
|
||||
|
||||
set(EXPAND_LABEL expandlabel)
|
||||
add_custom_target(expandlabel
|
||||
bison -d -o ../src/expandlabel.c ../src/expandlabel.y
|
||||
)
|
||||
set(PARSE_LABEL parselabel)
|
||||
add_custom_target(parselabel
|
||||
flex -l -o ../src/parselabel.c ../src/parselabel.l
|
||||
)
|
||||
add_dependencies(${PROJECT_NAME} ${EXPAND_LABEL} ${PARSE_LABEL})
|
||||
Binary file not shown.
BIN
scconfig/sccbox
BIN
scconfig/sccbox
Binary file not shown.
|
|
@ -1,3 +0,0 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
HostUrl=https://raw.githubusercontent.com/rahra/cairo_jpg/master/src/cairo_jpg.c
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
HostUrl=https://raw.githubusercontent.com/rahra/cairo_jpg/master/src/cairo_jpg.h
|
||||
Loading…
Reference in New Issue