Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Re-add PLATFORM_BITS preprocessor definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nikreiman committed Jan 26, 2017
1 parent 299c79d commit 87d5d8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/ConfigureTarget.cmake
Expand Up @@ -26,4 +26,6 @@ function(configure_target target wordsize)
set_target_properties(${target} PROPERTIES COMPILE_FLAGS "/DWIN64=1")
endif()
endif()

target_compile_definitions(${target} PUBLIC PLATFORM_BITS=${wordsize})
endfunction()

0 comments on commit 87d5d8b

Please sign in to comment.