File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,19 +185,6 @@ TARGET_INCLUDE_DIRECTORIES(mojoshader PUBLIC
185185 $<BUILD_INTERFACE :${CMAKE_CURRENT_SOURCE_DIR} /../dxvk -native /include /native /wsi >
186186)
187187
188- FIND_PROGRAM (RE2C re2c DOC "Path to re2c command line app: http://re2c.org/" )
189- IF (NOT RE2C)
190- MESSAGE (STATUS "re2c missing. You can go on, but can't rebuild the lexer." )
191- ELSE (NOT RE2C )
192- MARK_AS_ADVANCED (RE2C )
193- ADD_CUSTOM_COMMAND (
194- OUTPUT "${CMAKE_CURRENT_SOURCE_DIR} /mojoshader_lexer.c"
195- DEPENDS mojoshader_lexer.re
196- COMMAND "${RE2C} "
197- ARGS -is --no-generation-date -o "${CMAKE_CURRENT_SOURCE_DIR} /mojoshader_lexer.c" "${CMAKE_CURRENT_SOURCE_DIR} /mojoshader_lexer.re"
198- )
199- ENDIF (NOT RE2C )
200-
201188find_package (SDL2 )
202189IF (SDL2_FOUND)
203190 INCLUDE_DIRECTORIES (${SDL2_INCLUDE_DIRS} )
You can’t perform that action at this time.
0 commit comments