mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
CMake: USE_CXX oughtn't restrict NOTCURSES_HEADERS
This commit is contained in:
parent
cb1244d3d4
commit
d88f40b836
@ -548,6 +548,23 @@ target_compile_options(notcurses++
|
|||||||
-fPIC
|
-fPIC
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_compile_options(notcurses++-static
|
||||||
|
PRIVATE
|
||||||
|
${NCPP_COMPILE_OPTIONS}
|
||||||
|
-fPIE
|
||||||
|
)
|
||||||
|
|
||||||
|
target_compile_definitions(notcurses++
|
||||||
|
PUBLIC
|
||||||
|
${NCPP_COMPILE_DEFINITIONS_PUBLIC}
|
||||||
|
)
|
||||||
|
|
||||||
|
target_compile_definitions(notcurses++-static
|
||||||
|
PUBLIC
|
||||||
|
${NCPP_COMPILE_DEFINITIONS_PUBLIC}
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_compile_options(notcurses-core
|
target_compile_options(notcurses-core
|
||||||
PRIVATE
|
PRIVATE
|
||||||
-fPIC
|
-fPIC
|
||||||
@ -568,22 +585,6 @@ target_compile_options(notcurses-static
|
|||||||
-fPIE
|
-fPIE
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_options(notcurses++-static
|
|
||||||
PRIVATE
|
|
||||||
${NCPP_COMPILE_OPTIONS}
|
|
||||||
-fPIE
|
|
||||||
)
|
|
||||||
|
|
||||||
target_compile_definitions(notcurses++
|
|
||||||
PUBLIC
|
|
||||||
${NCPP_COMPILE_DEFINITIONS_PUBLIC}
|
|
||||||
)
|
|
||||||
|
|
||||||
target_compile_definitions(notcurses++-static
|
|
||||||
PUBLIC
|
|
||||||
${NCPP_COMPILE_DEFINITIONS_PUBLIC}
|
|
||||||
)
|
|
||||||
|
|
||||||
file(GLOB NOTCURSES_HEADERS
|
file(GLOB NOTCURSES_HEADERS
|
||||||
CONFIGURE_DEPENDS
|
CONFIGURE_DEPENDS
|
||||||
LIST_DIRECTORIES false
|
LIST_DIRECTORIES false
|
||||||
@ -599,7 +600,6 @@ file(GLOB NCPP_INTERNAL_HEADERS
|
|||||||
CONFIGURE_DEPENDS
|
CONFIGURE_DEPENDS
|
||||||
LIST_DIRECTORIES false
|
LIST_DIRECTORIES false
|
||||||
${PROJECT_SOURCE_DIR}/include/ncpp/internal/*.hh)
|
${PROJECT_SOURCE_DIR}/include/ncpp/internal/*.hh)
|
||||||
endif()
|
|
||||||
|
|
||||||
export(PACKAGE notcurses)
|
export(PACKAGE notcurses)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user