WINDOWS BUILD!!! (Where's my player texture).
This commit is contained in:
@@ -30,7 +30,7 @@ include(cmake/CPM.cmake)
|
||||
|
||||
CPMAddPackage(
|
||||
NAME mcolor
|
||||
URL https://git.redacted.cc/maxine/mcolor/archive/Prerelease-6.1.zip
|
||||
URL https://git.redacted.cc/maxine/mcolor/archive/Prerelease-6.3.zip
|
||||
)
|
||||
|
||||
CPMAddPackage(
|
||||
|
@@ -8,7 +8,7 @@ if (UNIX)
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
add_library(CaveClient SHARED ${CaveClient_SRC})
|
||||
add_library(CaveClient STATIC ${CaveClient_SRC})
|
||||
endif()
|
||||
|
||||
target_include_directories(CaveClient PUBLIC
|
||||
@@ -20,7 +20,6 @@ target_include_directories(CaveClient PUBLIC
|
||||
|
||||
target_include_directories(CaveClient PUBLIC "include")
|
||||
|
||||
|
||||
set_target_properties(CaveClient PROPERTIES LINKER_LANGUAGE CXX)
|
||||
|
||||
target_link_libraries(CaveClient PUBLIC CaveCore J3ML JGL JUI)
|
||||
|
Reference in New Issue
Block a user