Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
i0gan committed Sep 21, 2024
1 parent 09e9cb5 commit bed2577
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ set(ProjectName "startup")
file(GLOB soruces src/*.cc)
file(GLOB headers src/*.h)
file(GLOB_RECURSE proto ./src/proto/*.proto)
file(GLOB_RECURSE pycli ./src/pycli/*.py)
file(GLOB_RECURSE lua ./src/lua/*.lua)
file(GLOB_RECURSE plugin ./config//plugin/*.xml)
file(GLOB_RECURSE config ./config/node/*.json)
Expand All @@ -169,6 +170,7 @@ source_group_by_dir(proto)
source_group_by_dir(lua)
source_group_by_dir(plugin)
source_group_by_dir(config)
source_group_by_dir(pycli)

add_executable(${ProjectName} ${soruces} ${headers} ${proto} ${lua} ${plugin} ${config})

Expand Down

0 comments on commit bed2577

Please sign in to comment.