Skip to content

Commit

Permalink
fix cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed May 26, 2024
1 parent 993b560 commit 6bfb34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ add_library(OptFrameAll INTERFACE)
target_include_directories(OptFrameAll INTERFACE thirdparty/optframe-external/include/)

# This will simply test if 'thirdparty/optframe-external' is working
add_executable(app_demo_opt_py thirdparty/optframe-external/demo/00_SimpleBuild/OptFCore_load.cpp)
add_executable(app_demo_opt_py thirdparty/optframe-external/demo/00_SimpleBuild/src/OptFCore_load.cpp)
target_link_libraries(app_demo_opt_py PRIVATE OptFrameAll)

# ==================================
Expand Down

0 comments on commit 6bfb34e

Please sign in to comment.