Skip to content

Commit

Permalink
Add movie data to cmake lists
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed May 24, 2024
1 parent d44411a commit 1c1bf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ set(FAKER_SOURCES
src/modules/lorem/Lorem.cpp
src/modules/medicine/Medicine.cpp
src/modules/movie/Movie.cpp
src/modules/movie/MovieData.cpp
src/modules/music/Music.cpp
src/modules/number/Number.cpp
src/modules/person/Person.cpp
Expand All @@ -52,7 +53,6 @@ set(FAKER_SOURCES
src/modules/videoGame/VideoGame.cpp
src/modules/weather/Weather.cpp
src/modules/word/Word.cpp

src/common/FormatHelper.cpp
src/common/LuhnCheck.cpp
src/common/StringHelper.cpp
Expand Down

0 comments on commit 1c1bf5e

Please sign in to comment.