mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
Merge remote-tracking branch 'origin'
This commit is contained in:
commit
c3bc43f48e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ endif (WIN32)
|
|||
configure_file(InterfaceConfig.h.in ${PROJECT_BINARY_DIR}/includes/InterfaceConfig.h)
|
||||
|
||||
# grab the implementation and header files from src dir
|
||||
file(GLOB INTERFACE_SRCS src/*.mm src/*.cpp src/*.h)
|
||||
file(GLOB INTERFACE_SRCS src/*.cpp src/*.h)
|
||||
|
||||
if (APPLE)
|
||||
# set how the icon shows up in the Info.plist file
|
||||
|
|
Loading…
Reference in a new issue