HLSL: Separate out token stream handling from grammar recognition.
This commit is contained in:
@@ -3,12 +3,14 @@ cmake_minimum_required(VERSION 2.8)
|
||||
set(SOURCES
|
||||
hlslParseHelper.cpp
|
||||
hlslScanContext.cpp
|
||||
hlslTokenStream.cpp
|
||||
hlslGrammar.cpp)
|
||||
|
||||
set(HEADERS
|
||||
hlslParseHelper.h
|
||||
hlslTokens.h
|
||||
hlslScanContext.h
|
||||
hlslTokenStream.h
|
||||
hlslGrammar.h)
|
||||
|
||||
add_library(HLSL STATIC ${SOURCES} ${HEADERS})
|
||||
|
||||
Reference in New Issue
Block a user