mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
18 lines
265 B
Text
18 lines
265 B
Text
|
make_release_only()
|
||
|
|
||
|
|
||
|
set( TESS_FILES
|
||
|
Source/bucketalloc.c
|
||
|
Source/dict.c
|
||
|
Source/geom.c
|
||
|
Source/mesh.c
|
||
|
Source/priorityq.c
|
||
|
Source/sweep.c
|
||
|
Source/tess.c
|
||
|
)
|
||
|
|
||
|
include_directories( Include )
|
||
|
|
||
|
add_library( tess2 STATIC ${TESS_FILES} )
|
||
|
target_link_libraries( tess2 )
|