Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jandres-artelnics authored Nov 6, 2020
1 parent fa3c3e7 commit 09ba1d3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/airfoil_self_noise/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
# Specify the minimum version for CMake

cmake_minimum_required(VERSION 2.8.10)

# Project's name

project(airfoil_self_noise)

set (PROJECT_LINK_LIBS ../opennn/Release/opennn)
set (PROJECT_LINK_LIBS ../../opennn/Release/opennn)

link_directories(${CMAKE_SOURCE_DIR}/opennn)

include_directories(${CMAKE_SOURCE_DIR}/opennn)

add_executable(airfoil_self_noise main.cpp)

target_link_libraries(airfoil_self_noise ${PROJECT_LINK_LIBS})


0 comments on commit 09ba1d3

Please sign in to comment.