mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-02-02 02:23:51 +00:00
Build: Fix build in actual AC (#5)
* Build: Fix build in actual AC * Move all to scripts
This commit is contained in:
@@ -1 +1,11 @@
|
||||
include_directories(${CMAKE_MOD_AHBOT_DIR}/src)
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
CollectIncludeDirectories(
|
||||
${CMAKE_MOD_AHBOT_DIR}/src
|
||||
PUBLIC_INCLUDES)
|
||||
|
||||
target_include_directories(game-interface
|
||||
INTERFACE
|
||||
${PUBLIC_INCLUDES})
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
# Add definitions
|
||||
add_definitions(-DMOD_AH_BOT)
|
||||
AC_ADD_CONFIG_FILE("${CMAKE_MOD_AHBOT_DIR}/conf/mod_ahbot.conf.dist")
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
set(game_STAT_SRCS
|
||||
${game_STAT_SRCS}
|
||||
${CMAKE_MOD_AHBOT_DIR}/src/AuctionHouseBot.cpp
|
||||
${CMAKE_MOD_AHBOT_DIR}/src/AuctionHouseBot.h
|
||||
)
|
||||
@@ -1 +0,0 @@
|
||||
include_directories(${CMAKE_MOD_AHBOT_DIR}/src)
|
||||
Reference in New Issue
Block a user