Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Aug 16, 2024
1 parent 3d1a1bd commit fac2569
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,9 @@ endif()

if(BUILD_DUAL_SPEC)
set_property(TARGET game mangosd APPEND PROPERTY COMPILE_DEFINITIONS BUILD_DUAL_SPEC)
if(BUILD_PLAYERBOTS)
set_property(TARGET playerbots APPEND PROPERTY COMPILE_DEFINITIONS BUILD_DUAL_SPEC)
endif()
endif()

# if(SQL)
Expand Down

0 comments on commit fac2569

Please sign in to comment.