Moved compilation settings to CMakeLists.txt in glabels subdirectory.
This commit is contained in:
@@ -34,17 +34,6 @@ find_package(Qt5Svg 5.4 REQUIRED)
|
||||
find_package(ZLIB 1.2 REQUIRED)
|
||||
|
||||
|
||||
#=======================================
|
||||
# Compilation
|
||||
#=======================================
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
add_compile_options (-std=c++11 -g)
|
||||
if (NOT WIN32)
|
||||
add_compile_options (-fPIC)
|
||||
endif ()
|
||||
|
||||
|
||||
#=======================================
|
||||
# Subdirectories
|
||||
#=======================================
|
||||
|
||||
Reference in New Issue
Block a user