|
|
@ -8,8 +8,8 @@ IF(UNIX)
|
|
|
|
OPTION(CONSOLE_NO_CATCH "Make the console not catch 'CTRL+C' events for easier debugging." OFF)
|
|
|
|
OPTION(CONSOLE_NO_CATCH "Make the console not catch 'CTRL+C' events for easier debugging." OFF)
|
|
|
|
ENDIF()
|
|
|
|
ENDIF()
|
|
|
|
|
|
|
|
|
|
|
|
include_directories (include)
|
|
|
|
|
|
|
|
include_directories (proto)
|
|
|
|
include_directories (proto)
|
|
|
|
|
|
|
|
include_directories (include)
|
|
|
|
|
|
|
|
|
|
|
|
SET(PERL_EXECUTABLE "perl" CACHE FILEPATH "This is the perl executable to run in the codegen step. Tweak it if you need to run a specific one.")
|
|
|
|
SET(PERL_EXECUTABLE "perl" CACHE FILEPATH "This is the perl executable to run in the codegen step. Tweak it if you need to run a specific one.")
|
|
|
|
|
|
|
|
|
|
|
|