mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 05:19:00 +00:00
fix the fix (and another fix)
This commit is contained in:
parent
d7ceb4870c
commit
3194fdb2c1
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ target_compile_definitions(${EXECUTABLE}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
$<IF:$<CONFIG:DEBUG>,DEBUG,NDEBUG>
|
$<IF:$<CONFIG:DEBUG>,DEBUG,NDEBUG>
|
||||||
LIBRW
|
LIBRW
|
||||||
${PROJECT}_NO_AUTOLINK
|
CMAKE_NO_AUTOLINK
|
||||||
)
|
)
|
||||||
|
|
||||||
if(LIBRW_PLATFORM_D3D9)
|
if(LIBRW_PLATFORM_D3D9)
|
||||||
|
|
Loading…
Reference in a new issue