mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-17 23:07:05 +01:00
compiler flags and warning cleanup
This commit is contained in:
@ -17,5 +17,5 @@ set(EXAMPLES_STEM
|
||||
|
||||
foreach(_stem ${EXAMPLES_STEM})
|
||||
add_executable(${_stem} ${_stem}.cpp)
|
||||
target_link_libraries(${_stem} LatAnalyze)
|
||||
target_link_libraries(${_stem} LatAnalyze compiler_flags)
|
||||
endforeach()
|
||||
|
Reference in New Issue
Block a user