Skip to content

Commit

Permalink
libmythfreemheg/CMakeLists.txt: add header files
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott authored and linuxdude42 committed Oct 4, 2024
1 parent 9e9c3de commit e2144bc
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion mythtv/libs/libmythfreemheg/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,49 @@
add_library(
mythfreemheg
Actions.cpp
Actions.h
ASN1Codes.h
BaseActions.cpp
BaseActions.h
BaseClasses.cpp
BaseClasses.h
Bitmap.cpp
Bitmap.h
DynamicLineArt.cpp
DynamicLineArt.h
Engine.cpp
Engine.h
freemheg.h
Groups.cpp
Groups.h
Ingredients.cpp
Ingredients.h
Link.cpp
Link.h
Logging.h
ParseBinary.cpp
ParseBinary.h
ParseNode.cpp
ParseNode.h
ParseText.cpp
ParseText.h
Presentable.cpp
Presentable.h
Programs.cpp
Programs.h
Root.cpp
Root.h
Stream.cpp
Stream.h
Text.cpp
Text.h
TokenGroup.cpp
TokenGroup.h
Variables.cpp
Visible.cpp)
Variables.h
Visible.cpp
Visible.h
)

target_include_directories(
mythfreemheg
Expand Down

0 comments on commit e2144bc

Please sign in to comment.