Skip to content
Snippets Groups Projects
Commit 6a3e3d89 authored by BaM's avatar BaM
Browse files

fix

parent 9f9cdfe6
No related branches found
No related tags found
No related merge requests found
INCLUDE_DIRECTORIES( ${CLASS_HEADERS_DIR} ) INCLUDE_DIRECTORIES( ${CLASS_HEADERS_DIR_INCLUDE} )
add_executable (CLASSgui CLASSGui.cxx CLASSPlotElement.cxx CLASSWin.cxx CLASSRead.cxx) add_executable (CLASSgui CLASSGui.cxx CLASSPlotElement.cxx CLASSWin.cxx CLASSRead.cxx)
target_link_libraries(CLASSgui CLASSpkg) target_link_libraries(CLASSgui CLASSpkg)
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# ---------------------------------------------------------- # ----------------------------------------------------------
# include directories # include directories
SET( CLASS_HEADERS_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "") SET( CLASS_HEADERS_DIR_INCLUDE ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment