File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,19 @@ if(NOT SKBUILD)
4949
5050 add_library (MultiNEAT SHARED ${SOURCE_FILES} )
5151
52+ # target_include_directories(
53+ # MultiNEAT
54+ # PRIVATE
55+ # PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>
56+ # $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/multineat>
57+ # cereal/include)
58+
5259 target_include_directories (
53- MultiNEAT
54- PRIVATE
55- PUBLIC $<BUILD_INTERFACE :${CMAKE_CURRENT_SOURCE_DIR} /src >
56- $<INSTALL_INTERFACE :${CMAKE_INSTALL_INCLUDEDIR} /multineat >
57- cereal/include )
60+ MultiNEAT
61+ PRIVATE
62+ PUBLIC $<BUILD_INTERFACE :${CMAKE_CURRENT_SOURCE_DIR} /src >
63+ $<INSTALL_INTERFACE :${CMAKE_INSTALL_INCLUDEDIR} /multineat >
64+ $< BUILD_INTERFACE : ${CMAKE_CURRENT_SOURCE_DIR} / cereal /include > )
5865
5966 # Not doing this anymore because not all package managers have it.
6067 # target_link_libraries(MultiNEAT PUBLIC cereal::cereal)
You can’t perform that action at this time.
0 commit comments