Skip to content

Commit

Permalink
EXCLUDE_FROM_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
qPCR4vir committed Jun 12, 2019
1 parent 301195e commit cd74e7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ project(ThDy_DNAHybrid VERSION 0.02.00
add_executable( ThDy_DNAHybrid)

target_include_directories(ThDy_DNAHybrid PUBLIC include)
target_compile_features (ThDy_DNAHybrid PUBLIC cxx_std_17)
target_sources (ThDy_DNAHybrid PRIVATE
#target_compile_features (ThDy_DNAHybrid PUBLIC cxx_std_17)
target_sources (ThDy_DNAHybrid PRIVATE
src/ThDySec/cod_deg.cpp
src/ThDySec/sec.cpp
src/ThDySec/sec_basic.cpp
Expand All @@ -35,7 +35,8 @@ target_sources (ThDy_DNAHybrid PRIVATE
src/ThDy_DNAHybrid.Nana/uArray.cpp)


add_subdirectory(../ExtLib/nana.ext ../ExtLib/cmake-nana_ext-build-${CMAKE_BUILD_TYPE} )
add_subdirectory(../ExtLib/nana.ext ../ExtLib/cmake-nana_ext-build-${CMAKE_BUILD_TYPE}
EXCLUDE_FROM_ALL )
target_link_libraries(ThDy_DNAHybrid PRIVATE nana_ext )


Expand Down

0 comments on commit cd74e7d

Please sign in to comment.