Skip to content

Commit

Permalink
[CMake] Add missing source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Mar 15, 2024
1 parent 28f35b6 commit 3d49a00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,17 @@ set(scmconvert_HDRS

file(GLOB startool_SRCS
src/*.cpp
src/kaitai/*.cpp
src/dat/*.cpp
src/kaitai/*.cpp
src/libgrp/**.cpp
src/tileset/*.cpp
)

file(GLOB startool_HDRS
src/*.h
src/kaitai/*.h
src/dat/*.h
src/kaitai/*.h
src/libgrp/**.h
src/tileset/*.h
)

Expand Down

0 comments on commit 3d49a00

Please sign in to comment.