Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jun 16, 2024
1 parent a4d06b6 commit d5168a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ set(LINUX_SOURCES
)

set(MACOS_SOURCES
"${SRC}/Quake/pl_osx.m"
"${SRC}/Quake/pl_osx.m"
)

if(PROJECT_QUAKESPASM OR PROJECT_SPIKED)
Expand Down Expand Up @@ -391,7 +391,7 @@ else()
endif()
endif()

target_include_directories(${PROJECT_NAME} PRIVATE Quake)
#target_include_directories(${PROJECT_NAME} PRIVATE Quake)

if(APPLE)
if(NOT PROJECT_VKQUAKE)
Expand Down Expand Up @@ -430,7 +430,7 @@ if(APPLE)
MACOSX_BUNDLE_INFO_PLIST "${SRC}/MacOSX/Info.plist"
XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "net.sf.quakespasm.QuakeSpasm"
)
set_source_files_properties(${MACOS_RESOURCES} PROPERTIES
set_source_files_properties(${MACOS_RESOURCES} PROPERTIES
MACOSX_PACKAGE_LOCATION Resources
)
else()
Expand Down Expand Up @@ -609,7 +609,7 @@ if(PROJECT_VKQUAKE)

find_package(Threads REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE Threads::Threads)
target_include_directories(${PROJECT_NAME} PRIVATE Quake/mimalloc)
target_include_directories(${PROJECT_NAME} PRIVATE "${SRC}/Quake/mimalloc")
else()
set(OpenGL_GL_PREFERENCE GLVND)
find_package(OpenGL REQUIRED)
Expand Down

0 comments on commit d5168a4

Please sign in to comment.