Skip to content

Commit

Permalink
Split src CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Dec 23, 2020
1 parent f98d3ee commit ab06c2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
add_subdirectory(Game/AI/Action)
add_subdirectory(Game/AI/Query)
add_subdirectory(Game/DLC)

add_subdirectory(Game)
add_subdirectory(KingSystem)
2 changes: 2 additions & 0 deletions src/Game/AI/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_subdirectory(Action)
add_subdirectory(Query)
2 changes: 2 additions & 0 deletions src/Game/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_subdirectory(AI)
add_subdirectory(DLC)

0 comments on commit ab06c2a

Please sign in to comment.