Commit 28a1a366 by Jim Stichnoth

Subzero: Fix the cmake build.

BUG= none R=mtrofin@chromium.org Review URL: https://codereview.chromium.org/1041303002
parent 8c7b0a2c
...@@ -18,4 +18,10 @@ add_definitions( ...@@ -18,4 +18,10 @@ add_definitions(
-DALLOW_MINIMAL_BUILD=0 -DALLOW_MINIMAL_BUILD=0
) )
if(PNACL_BROWSER_TRANSLATOR)
add_definitions(-DPNACL_BROWSER_TRANSLATOR=1)
else()
add_definitions(-DPNACL_BROWSER_TRANSLATOR=0)
endif()
target_link_libraries(pnacl-sz pthread) target_link_libraries(pnacl-sz pthread)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment