Skip to content

Commit

Permalink
works for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
camila314 committed May 10, 2022
1 parent 8aec06a commit 480e689
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ cmake_minimum_required(VERSION 3.3.0)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

set(PROJECT_NAME ExampleMod)

project(${PROJECT_NAME} VERSION 1.0.0)
project(ExampleMod VERSION 1.0.0)

add_library(${PROJECT_NAME} SHARED main.cpp)

add_compile_definitions(EXPORTING_MOD)

set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")

find_path(GEODE_SDK_PATH
Expand Down

0 comments on commit 480e689

Please sign in to comment.