Excuse me what the fuck
This commit is contained in:
parent
4cbeaa6e64
commit
dd31956222
@ -47,11 +47,13 @@ if(NOT EnableVisuals)
|
|||||||
set(EnableGUI 0)
|
set(EnableGUI 0)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (EnableImGuiDrawing)
|
if (EnableVisuals)
|
||||||
|
if (EnableImGuiDrawing)
|
||||||
set(EnableEngineDrawing 0)
|
set(EnableEngineDrawing 0)
|
||||||
find_package(Freetype REQUIRED)
|
find_package(Freetype REQUIRED)
|
||||||
target_include_directories(cathook PRIVATE "${FREETYPE_INCLUDE_DIRS}")
|
target_include_directories(cathook PRIVATE "${FREETYPE_INCLUDE_DIRS}")
|
||||||
target_link_libraries(cathook ${FREETYPE_LIBRARIES})
|
target_link_libraries(cathook ${FREETYPE_LIBRARIES})
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(Git REQUIRED)
|
find_package(Git REQUIRED)
|
||||||
|
Reference in New Issue
Block a user