Skip to content

Commit 9a8662c

Browse files
committed
Update CMakeLists.txt
1 parent 5ad3907 commit 9a8662c

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,8 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
1010

1111
project(YetMoreEditorTools VERSION 1.0.0)
1212

13-
14-
set(MACOS_SOURCES "")
15-
if (APPLE)
16-
enable_language(OBJCXX)
17-
if (NOT IOS)
18-
set(MACOS_SOURCES src/macos.mm)
19-
endif()
20-
endif()
21-
22-
2313
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.cpp)
24-
add_library(${PROJECT_NAME} SHARED ${SOURCES} ${MACOS_SOURCES})
14+
add_library(${PROJECT_NAME} SHARED ${SOURCES})
2515

2616
if (NOT DEFINED ENV{GEODE_SDK})
2717
message(FATAL_ERROR "Unable to find Geode SDK! Please define GEODE_SDK environment variable to point to Geode")

0 commit comments

Comments
 (0)