mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
cmake: force include smrtheap.hpp
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
parent
9be098bcb4
commit
2e7ad4e4c2
@ -204,6 +204,7 @@ if (ISLE_BUILD_APP)
|
||||
|
||||
if (ISLE_USE_SMARTHEAP)
|
||||
target_compile_definitions(isle PRIVATE USE_SMARTHEAP)
|
||||
target_compile_options(isle PRIVATE "/FI${CMAKE_SOURCE_DIR}/3rdparty/smartheap/SMRTHEAP.HPP")
|
||||
target_include_directories(isle PRIVATE "${CMAKE_SOURCE_DIR}/3rdparty/smartheap")
|
||||
target_link_directories(isle PRIVATE "${CMAKE_SOURCE_DIR}/3rdparty/smartheap")
|
||||
target_link_libraries(isle PRIVATE SHLW32MT)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user