fixed styling issues

This commit is contained in:
Marek Kotewicz 2014-12-11 15:06:11 +01:00
parent c8ad939141
commit 005f551bfb

View File

@ -17,6 +17,7 @@ include_directories(..)
set(EXECUTABLE lll)
file(GLOB HEADERS "*.h")
if(ETH_STATIC)
add_library(${EXECUTABLE} STATIC ${SRC_LIST} ${HEADERS})
else()