mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Exclude toplevel directory from include path for converter #303
This commit is contained in:
parent
3dc87ea7ed
commit
386fa9c470
@ -38,10 +38,10 @@ IF(BISON_FOUND)
|
||||
ENDIF()
|
||||
|
||||
|
||||
INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/src/math
|
||||
${CMAKE_CURRENT_BINARY_DIR} ) # qucdefs.h
|
||||
INCLUDE_DIRECTORIES(
|
||||
${PROJECT_SOURCE_DIR}
|
||||
${PROJECT_BINARY_DIR}
|
||||
)
|
||||
|
||||
|
||||
SET(QUCSCONV_SRC
|
||||
|
Loading…
x
Reference in New Issue
Block a user