mirror of
https://github.com/ZDoom/zdbsp.git
synced 2024-11-10 06:31:35 +00:00
Expose PROFILE property in the CMake GUIs
This commit is contained in:
parent
b1e8738b7c
commit
e818d4c6c0
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ endif( SSE_MATTERS )
|
|||
|
||||
if( CMAKE_COMPILER_IS_GNUCXX )
|
||||
set( GPROF 0 CACHE BOOL "Enable profiling with gprof for Debug and RelWithDebInfo build types." )
|
||||
set( PROFILE 0 CACHE INT "1=Generate profile coverage info, 2=Use it" )
|
||||
endif( CMAKE_COMPILER_IS_GNUCXX )
|
||||
|
||||
find_package( ZLIB )
|
||||
|
|
Loading…
Reference in a new issue