Set THIRDPARTY_DIR

This commit is contained in:
Teo Mrnjavac 2015-11-05 12:32:03 +01:00
parent e64050821a
commit f51f20548a

View File

@ -158,6 +158,8 @@ file( COPY CalamaresAddBrandingSubdirectory.cmake DESTINATION "${PROJECT_BINARY_
set( CALAMARES_LIBRARIES calamares )
set( THIRDPARTY_DIR "${CMAKE_SOURCE_DIR}/thirdparty" )
add_subdirectory( thirdparty )
add_subdirectory( src )