Changed: There is no client_default.cfg.in anymore
This commit is contained in:
parent
36e392e589
commit
35926ab60f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ IF(WITH_RYZOM_PATCH)
|
||||||
ADD_DEFINITIONS(-DRZ_USE_PATCH)
|
ADD_DEFINITIONS(-DRZ_USE_PATCH)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
FILE(GLOB CFG ../*.cfg ../*.cfg.in)
|
FILE(GLOB CFG ../*.cfg)
|
||||||
FILE(GLOB SRC *.cpp *.h motion/*.cpp motion/*.h client.rc)
|
FILE(GLOB SRC *.cpp *.h motion/*.cpp motion/*.h client.rc)
|
||||||
FILE(GLOB SRC_INTERFACE interface_v3/*.h interface_v3/*.cpp)
|
FILE(GLOB SRC_INTERFACE interface_v3/*.h interface_v3/*.cpp)
|
||||||
FILE(GLOB SRC_MODE motion/modes/*.cpp motion/modes/*.h)
|
FILE(GLOB SRC_MODE motion/modes/*.cpp motion/modes/*.h)
|
||||||
|
|
Loading…
Reference in a new issue